I'm using Kafka Spring to create some listeners for kafka topics. The topics are created automatically when app starts.
That's how a listener looks like:
@KafkaListener(topics = "${kafka.topics.message.readFormatForMessageFromProfile.in}") The problem is that i want to increase the number of partitions to 3 and i have no clue how to do that.