File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
APIJSON-Java-Server/APIJSONDemo-MultiDataSource-Kafka Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ Request表配置post权限
1414![ image] ( https://user-images.githubusercontent.com/12228225/210956378-be095589-0ced-4317-bb46-6b296538f26e.png )
1515
1616apijson发送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代码方式,获取具体数据源,调用即可
You can’t perform that action at this time.
0 commit comments