in kafka, we have a requirement for multiple event types in the same topic. we were able to achieve this using the following configuration: value.subject.name.strategy=io.confluent.kafka.serializers.subject.TopicRecordNameStrategy however, this only partially works as this does not seem to be applied to internal (repartition and change log) topics created during grouping and aggregation. we then tried to configure the internal topic parameters but to no avail.
any suggestions as to how we could resolve this would be appreciated.