nodefluent / kafka-streams

equivalent to kafka-streams :octopus: for nodejs :sparkles::turtle::rocket::sparkles:
https://nodefluent.github.io/kafka-streams/
MIT License
830 stars 111 forks source link

Question - deployment location #221

Open RichardWright opened 2 years ago

RichardWright commented 2 years ago

Java kafka streams application are deployed/run inside ksql servers. Is that what happens when this library deploys?

rob3000 commented 2 years ago

Hi @RichardWright this would be run as a standalone service ideally in a container and use Kafka as the source of truth. Think of these apps as microservices