Update README.md
This commit is contained in:
@@ -11,8 +11,13 @@ bin/windows/kafka-server-start.bat config/server.properties
|
|||||||
## eventTopic 이라는 Topic 에 메세지 통신
|
## eventTopic 이라는 Topic 에 메세지 통신
|
||||||
|
|
||||||
1. publish
|
1. publish
|
||||||
|
|
||||||
|
---- window
|
||||||
bin/windows/kafka-console-produce.bat --broker-list http://34.85.73.178:31090 --topic eventTopic
|
bin/windows/kafka-console-produce.bat --broker-list http://34.85.73.178:31090 --topic eventTopic
|
||||||
|
|
||||||
|
---- mac
|
||||||
|
/usr/local/bin/windows/kafka-console-produce --broker-list http://34.85.73.178:31090 --topic eventTopic
|
||||||
|
|
||||||
|
|
||||||
2. consume
|
2. consume
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user