feat: Introduced a configurable instance-id
[demos/kafka/chat] / src / main / java / de / juplo / kafka / chat / backend / implementation / kafka / KafkaServicesConfiguration.java
index cafc775..7bb1ab9 100644 (file)
@@ -140,6 +140,7 @@ public class KafkaServicesConfiguration
       InfoChannel infoChannel)
   {
     return new DataChannel(
+        properties.getInstanceId(),
         properties.getKafka().getDataChannelTopic(),
         producer,
         dataChannelConsumer,