I am working on a spring boot cloud stream application that needs to read data from Azure Eventhub Namespace topic. I am trying to understand the relationship between Topic Partition count and spring.cloud.stream.bindings.input.consumer.concurrency
.
If I will put partition count as 10 should I need to provide spring.cloud.stream.bindings.input.consumer.concurrency
as 10 ? or there will be no impact if the value of these mismatch