简体   繁体   中英

Sending messages to another microservice with kafka

Quick question. Is there a way to send a message from a microservice using a kafka and receive a message on another microservice? I've seen some articles on github, dzone, etc, but everyone is using Docker which is not supported on my PC (I'm a Windows 10 Home loser :) and the docker toolbox is ...

Thanks for the help.

Regards.

"Microservice" != Docker

Yes, you can use Kafka to communicate between any two applications, given there are compatible Kafka clients

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM