Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 983ad10

Browse files
Update README.md
1 parent 3b086da commit 983ad10

File tree

1 file changed

+7
-7
lines changed
  • APIJSON-Java-Server/APIJSONDemo-MultiDataSource-Kafka

1 file changed

+7
-7
lines changed

‎APIJSON-Java-Server/APIJSONDemo-MultiDataSource-Kafka/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ Request表配置post权限
1414
![image](https://user-images.githubusercontent.com/12228225/210956378-be095589-0ced-4317-bb46-6b296538f26e.png)
1515

1616
apijson发送mq消息:
17-
单条
17+
单条<br/>
1818
{
19-
"@datasource": "kafka",
19+
"@datasource": "kafka",
2020
"Topic_User":{
2121
"message":"test-101"
2222
},
2323
"tag": "Topic_User",
2424
"@explain": false
25-
}
26-
多条
25+
}<br/>
26+
多条<br/>
2727
{
2828
"Topic_User[]": [
2929
{
@@ -40,9 +40,9 @@ apijson发送mq消息:
4040

4141
客户端接收消息:
4242

43-
offset = 47, key = null, value = test-101
44-
offset = 48, key = null, value = test-100
45-
offset = 49, key = null, value = test-101
43+
offset = 47, key = null, value = test-101<br/>
44+
offset = 48, key = null, value = test-100<br/>
45+
offset = 49, key = null, value = test-101<br/>
4646

4747

4848
用java代码方式,获取具体数据源,调用即可

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /