KafkaRequestReplyPOC:带Kafka和Spring-Boot的Request-Reply-POC

时间:2024-06-04 21:56:37
【文件属性】:

文件名称:KafkaRequestReplyPOC:带Kafka和Spring-Boot的Request-Reply-POC

文件大小:71KB

文件格式:ZIP

更新时间:2024-06-04 21:56:37

Java

Kafka请求-答复POC 如何运行(Windows): (从Kafka目录中)启动ZooKeeper: bin\windows\zookeeper-server-start.bat config\zookeeper.properties 启动Kafka: bin\windows\kafka-server-start.bat config\server.properties 创建请求主题: bin\windows\kafka-topics.bat --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic request-topic 创建请求-回复主题: bin\windows\kafka-topics.bat --create --zookeeper localhost:218


【文件预览】:
KafkaRequestReplyPOC-master
----.gitignore(155B)
----.mvn()
--------wrapper()
----src()
--------main()
----.classpath(2KB)
----mvnw(6KB)
----.DS_Store(6KB)
----.settings()
--------org.eclipse.wst.common.project.facet.core.xml(141B)
--------org.eclipse.m2e.core.prefs(86B)
--------org.eclipse.core.resources.prefs(120B)
--------org.eclipse.jdt.core.prefs(407B)
----pom.xml(2KB)
----mvnw.cmd(5KB)
----target()
--------classes()
--------surefire-reports()
--------test-classes()
--------maven-status()
----.project(1KB)
----readme.md(1KB)

网友评论