Re: Is there any difference between conflunt kafka and apache kafka?

2020-05-09 Thread Steven Miller
At the risk of starting a uh-huh-uhnt-uh battle, I would have to disagree. There are seriously good people at Confluent, many of whom have been pivotal to Kafka’s development. You can decide whether or not Confluent makes sense for you for other reasons, but I wouldn’t go for a blanket no, by an

Re: does kafka provide REST API for producing events to topic?

2021-10-12 Thread Steven Miller
What about https://www.confluent.io/blog/http-and-rest-api-use-cases-and-architecture-with-apache-kafka/? Would that work for this use case? -Steve > On Oct 12, 2021, at 8:32 AM, Luke Chen wrote: > > Hi Pushkar, >> I would like to know if kafka also provides any REST API which can > be

Re: Kafka wire protocol and Wireshark capture don't seem to align.

2024-10-27 Thread Steven Miller
There used to be a kafka dissector that I thought was shipped with Wireshark - does that decode this properly? I wasn’t certain if you were trying to decode it yourself or if the kafka dissector wasn’t working. I wrote something up here about using the dissector, but it’s been almost a decade