全家桶的springcloud,现在添加到kafka

image.png

遇到的问题: kafka 总提示路径太长,放在磁盘根目录下, bin/windows/zooker-start.bat config/zookeeper.properties

然后kafka, 在server.properties 位于config文件夹下, 找到那个 :9092 默认端口行注释

bin/kafka-server-start.bat config/server.properties

这样两个都启动了。

然后要集成kafka到springboot使用stream, 来实现分布式事务看。


refs:


https://dev.to/relive27/spring-cloud-gateway-combined-with-the-security-practice-of-oauth20-protocol-1m3b

https://piotrminkowski.com/2022/02/07/deep-dive-into-saga-transactions-with-kafka-streams-and-spring-boot/

https://www.springcloud.io/post/2022-10/springboot-kafka-tx/



没有登录不能评论