I'm using auto-creation of topics in Kafka. Some topics require compaction, some not.
Is it possible to specify custom options when auto-creating a topic; or do I need to test for existence and create it 'manually' with the desired options before I consume or produce on it?
Best regards