Hi, I am needing to give a custom name to the internal/intermediate topics created in kafka-streams.
However, only the "*repartitioned" topics get renamed, while the "aggregate" ones are not renamed.
It looks as if kafka-streams 2.5.0 does not support Named on reduce?
I configured it but it does not take it..the grouped ones takes the named & see the repartitioned topics with that name but the reduced does not take that name.
I would need in order to be able to demo nicely Azkarra streams when browsing the state stores to query.
Update: Hello kafka community, I understand, the Named argument i used is used to config used to name the processor in the topology, But is there any way I can give a custom, more readable name to an intermediate topic like kstream-aggregate-... ? Thanks