Hello Experts , We have a requirement to create topic dynamically with two different config(s). Is this possible in Kafka ?
Kafka Version : 2.2.0 Topics with different settings: #1 - Set retention as 24 hours for free tier customers # 2 - Set retention as 72 hours for paid customers Note : Right now Java Producer is auto creating topics with broker default config(s). --Senthil