1) There is no need to have a different properties file for each producer/consumer. We can have one which stores all needed properties for Kafka - for its consumers and producers. 2)Right now, you can use a consumer.properties file only for one specific consumer. 3) Think about loading of properties file by DI. |
|