文件名称:fis-kafka-hello:这个例子演示了如何在Spring Boot中使用Apache Camel Kafka组件。
文件大小:21KB
文件格式:ZIP
更新时间:2024-05-17 12:31:30
Java
FIS Spring-Boot Kafka你好 这个例子演示了如何在Spring Boot中使用Apache Camel Kafka组件。 它使用Spring Boot每5秒发送一次kafka消息,并将该消息路由到日志。 在本地主机上运行应用程序 该示例可以在本地主机上构建和运行: 运行示例时,应设置kafka代理环境变量“ KAFKA_BROKERS”或Java系统属性。 mvn -s configuration/settings.xml spring-boot:run -DKAFKA_BROKERS=kafka:9092 (可选)在运行示例时,应设置zipkin变量“ ZIPKIN_ENABLED”,“ ZIPKIN_ENDPOINT”或Java系统属性。 mvn -s configuration/settings.xml spring-boot:run -DKAFKA_BRO
【文件预览】:
fis-kafka-hello-master
----src()
--------main()
----doc()
--------zipkin-starter-minimal-0.1.5-openshift.yml(11KB)
--------zipkin-starter-minimal-0.1.5-openshift-jcha.yml(11KB)
----.idea()
--------misc.xml(513B)
--------compiler.xml(536B)
--------encodings.xml(172B)
--------vcs.xml(180B)
----fis-kafka-hello.iml(80B)
----configuration()
--------settings.xml(4KB)
----LICENSE.md(11KB)
----README.md(2KB)
----pom.xml(5KB)
----.gitignore(2KB)