With Spring Cloud Stream is there any way to set the Kafka client id property? Naturally I'm using the Kafka binder. Several of my services that would set this will be replicated, so is there any way to make the IDs unique between instances? (Looking at Spring Kafka Consumer Client-Id configuration it appears that the IDs need to be unique.)
Assuming I can set the property, is there anyway to query for the ID at runtime?