Open olekp opened 11 months ago
/cc @alesj (kafka,kafka-streams), @cescoffier (kafka), @gunnarmorling (kafka-streams), @ozangunalp (kafka,kafka-streams), @rquinio (kafka-streams)
I think that this issue could be solved by pull request https://github.com/quarkusio/quarkus/pull/37124.
Describe the bug
When Kafka Streams use topic with "." (e.g. "my.special.topic"), graph tab fails (no graph is displayed), in browser console there is message:
Expected behavior
Topology visualization can handle topics with "." in name.
Actual behavior
No response
How to Reproduce?
Use https://github.com/quarkusio/quarkus-quickstarts/tree/3.2/kafka-streams-quickstart Change
org.acme.kafka.streams.aggregator.streams.TopologyProducer#WEATHER_STATIONS_TOPIC
toOutput of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.6.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response