dotnetcore-kafka-integration icon indicating copy to clipboard operation
dotnetcore-kafka-integration copied to clipboard

Building realtime streaming applications using .NET Core and KAFKA

Results 3 dotnetcore-kafka-integration issues
Sort by recently updated
recently updated
newest added

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.