Filipe Esch
Filipe Esch
Hi @yzorg, thanks for the feedback! We intend to create a more enterprise sample, getting the values from a config file and having different environments, like a real application. About...
`Where's the best place to perform the task? Should we do it on KafkaConfigurationBuilder.Build()?` Yes, I think it can be a good place.
Hi @SonicGD , this option looks good to me. Can you open a pull request? ```csharp serviceCollection.AddKafka(builder => builder.AddCluster(cluster => cluster.WithBrokers(resolver => resolver.GetRequiredService().GetKafkaBrokers()))); ```
Hi @rho-cassiopeiae, As @gsferreira said, the message is executed in a Scope. BatchConsume works a little different, it accumulates some messages to dispatch them all together, to do that it...
Hi @EugeneKrapivin, We (Douglas and I) thought about this feature in the past and **we still believe that it makes sense**. We planned two different methods, like EnableTelemetryRead and EnableTelemetryWrite....