You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kafka Streams processors provide the ability to query state stores for stateful applications via interactive queries. Spring Cloud Stream binder for Kafka Streams provides an InteractiveQueryService API for interactive queries. However, this might be a good candidate to migrate to the core framework as the binder-provided wrapper API is a standalone component independent of the core binder.