LGouellec / kafka-streams-dotnet

.NET Stream Processing Library for Apache Kafka 🚀
https://lgouellec.github.io/kafka-streams-dotnet/
MIT License
453 stars 73 forks source link

Change logic for calling DescribeConfingsAsync #213

Closed menceaesw closed 1 year ago

menceaesw commented 1 year ago

Added logic to check if a call to get cluster configuration is required prior to actually making the call.

This is to resolve an issue where my application does not have access to read cluster configuration but also doesn't have a need for it. In my application, all the source topics exist and therefor it can read the partitions number from the topics rather than requiring the cluster configuration default partitions number.