How to override Kafka topicId in Service descriptor

I am trying to figure out how I can override Kafka topicId in Service descriptor.
My client has single Kafka cluster used for DEV & QA. But Kafka topic id is hardcoded in service descriptor. So all dev & QA instances of application post events in this topic.
Is there any way to define topic id in application.conf and use it Service descriptor?