What's an «idiomatic» way of configuring (providing host and port info) and accessing Interactive Queries in Kafka Streams + Spring Boot application?
What's the correct way to access KafkaStreams
instance to access the state stores?
I'm aware of InteractiveQueriesService
in spring-cloud-stream
but I wasn't to use just spring-kafka
library with Spring Boot.
Thank you