This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-a2a.git


The following commit(s) were added to refs/heads/main by this push:
     new 917ea9a  Optimize the readme (#11)
917ea9a is described below

commit 917ea9a326af3fe4c3a32a8942a3d15e1879714c
Author: Drizzle <[email protected]>
AuthorDate: Thu Dec 18 15:56:38 2025 +0800

    Optimize the readme (#11)
    
    * update
    
    Change-Id: I2b5f6364699c1c9e07b6ad381b801c49ce641559
    
    * optimize the code
    
    Change-Id: If2495360c76970ac88387e59e3ac15a6237e2f3e
    
    * update
    
    Change-Id: Iceef7a1bd1d05bfa498694ba7c3a007bbfdf378e
    
    * update
    
    Change-Id: Id0b75d941f02387d7b05a96731ea936526bae012
    
    * add spring web demo
    
    Change-Id: I74483972366bd35fee4a8e6c58b928204b3669ed
    
    * update example
    
    Change-Id: I00ec96acdbf1b7b5aabad5d28b10667b605635e1
    
    * update
    
    Change-Id: I0f51bf41c079d782a1a3adbbd388a32a50170980
    
    * update
    
    Change-Id: Id0e84eb0f4aa59d7aa020b36a7de85a8583f142d
    
    * update demo
    
    Change-Id: Ic7af56d1b946b119816848725465b60335bfc9ee
    
    * optimzie the code
    
    Change-Id: Ie45c5bbb6d27af2dd2bd2c66e5b0ee18faa91a41
    
    * update
    
    Change-Id: I930f4792680e577d14b6ae5f28264c03e93d987c
    
    * change the version
    
    Change-Id: I24e144b98c8e7ff5939c2ebdf609c8535aa9bce8
    
    * update
    
    Change-Id: I000b1f2badcd0c6d64d632c73a9381cb1e3857e2
    
    * update
    
    Change-Id: I40b585da3a587cea1892d91598e2e8eaa2e68e07
    
    ---------
    
    Co-authored-by: drizzle.zk <[email protected]>
---
 example/rocketmq-multiagent-base-adk/README.md                          | 2 +-
 .../TravelAgent/src/main/resources/application.properties               | 1 +
 .../WeatherAgent/src/main/resources/application.properties              | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/example/rocketmq-multiagent-base-adk/README.md 
b/example/rocketmq-multiagent-base-adk/README.md
index b0325d9..5b694f0 100644
--- a/example/rocketmq-multiagent-base-adk/README.md
+++ b/example/rocketmq-multiagent-base-adk/README.md
@@ -7,7 +7,7 @@
 
 ### 1. 部署 Apache RocketMQ
 
-部署 [Apache RocketMQ](http://rocketmq.apache.org/) 的 LiteTopic 版本,或购买支持 
LiteTopic 的 RocketMQ 实例,并创建以下资源:
+部署 [Apache RocketMQ](http://rocketmq.apache.org/) 的 LiteTopic 
版本(关于开源版本,预计在12月底发布),或购买支持 LiteTopic 的 RocketMQ 商业版实例,并创建以下资源:
 
 - **1.1** 创建 LiteTopic:`WorkerAgentResponse`
 - **1.2** 为 `WorkerAgentResponse` 创建绑定的 Lite 消费者 ID:`CID_HOST_AGENT_LITE`
diff --git 
a/example/rocketmq-multiagent-base-adk/TravelAgent/src/main/resources/application.properties
 
b/example/rocketmq-multiagent-base-adk/TravelAgent/src/main/resources/application.properties
index 4970374..e017017 100644
--- 
a/example/rocketmq-multiagent-base-adk/TravelAgent/src/main/resources/application.properties
+++ 
b/example/rocketmq-multiagent-base-adk/TravelAgent/src/main/resources/application.properties
@@ -14,5 +14,6 @@
 # limitations under the License.
 
 %dev.quarkus.http.port=8888
+quarkus.http.port=8888
 quarkus.index-dependency.rocketmq-a2a.group-id=org.apache.rocketmq
 quarkus.index-dependency.rocketmq-a2a.artifact-id=rocketmq-a2a
diff --git 
a/example/rocketmq-multiagent-base-adk/WeatherAgent/src/main/resources/application.properties
 
b/example/rocketmq-multiagent-base-adk/WeatherAgent/src/main/resources/application.properties
index 8d89501..1efb06b 100644
--- 
a/example/rocketmq-multiagent-base-adk/WeatherAgent/src/main/resources/application.properties
+++ 
b/example/rocketmq-multiagent-base-adk/WeatherAgent/src/main/resources/application.properties
@@ -14,5 +14,6 @@
 # limitations under the License.
 
 %dev.quarkus.http.port=8080
+quarkus.http.port=8080
 quarkus.index-dependency.rocketmq-a2a.group-id=org.apache.rocketmq
 quarkus.index-dependency.rocketmq-a2a.artifact-id=rocketmq-a2a

Reply via email to