dotnetcore-kafka-integration
dotnetcore-kafka-integration copied to clipboard
Building realtime streaming applications using .NET Core and KAFKA
Hi, I’ve read your Medium post about getting Kafka set up using SASL and that originally cloud foundry was missing a module that you needed. Did you need to do...
The wrapping of class Producer and Consumer is not correct anymore because the original class Producer and Consumer which are not accessible in the new version (now using ProducerBuilder method)....
How do I enable multiple consumers?. I want to be able to allow multiple consumers to consume from the same topic at the same time.