Hey I am totally new to Kafka and evaluating it for some of our use cases. After going through the docs I still have some questions:
-- What exactly is the difference between Kafka and Kestrel. And what are the use cases that are best tailored by each -- Can I use Kafka as a substitute for JMS. What are the areas/features that Kafka will not have compared to a standard JMS server -- Can some one point me to a tutorial/resource on sending json over Kafka using python. I have tried writing one myself by trying to convert json into bson and sending it to kafka but I am not sure if I have the consumer written right as I am not able to convert BSON back to JSON. Regards
