Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider providing an API for Kafka Streams Interactive Queries #2942

Closed
sobychacko opened this issue Dec 15, 2023 · 0 comments · Fixed by #3022
Closed

Consider providing an API for Kafka Streams Interactive Queries #2942

sobychacko opened this issue Dec 15, 2023 · 0 comments · Fixed by #3022

Comments

@sobychacko
Copy link
Contributor

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.

@sobychacko sobychacko added this to the 3.2.0-M1 milestone Dec 15, 2023
sobychacko added a commit to sobychacko/spring-kafka that referenced this issue Feb 8, 2024
Fixes: spring-projects#2942

Initital iteration for providing a basic API around interactive query
service in Kafka Streams. In this iteration, we are introducing
a single API for retrieving the queryable state store from the
Kafka Streams topology, namely - retrieveQueryableStore.
sobychacko added a commit to sobychacko/spring-kafka that referenced this issue Feb 8, 2024
Fixes: spring-projects#2942

Initial iteration for providing a basic API around interactive query
service in Kafka Streams. In this iteration, we are introducing
a single API for retrieving the queryable state store from the
Kafka Streams topology, namely - retrieveQueryableStore.
sobychacko added a commit to sobychacko/spring-kafka that referenced this issue Feb 8, 2024
Fixes: spring-projects#2942

This is an initial iteration for providing a basic API around interactive query service in Kafka Streams.
In this iteration, we introduce a single API for retrieving the queryable state store from the Kafka Streams topology, namely, retrieveQueryableStore.
sobychacko added a commit to sobychacko/spring-kafka that referenced this issue Feb 8, 2024
Fixes: spring-projects#2942

This is an initial iteration for providing a basic API around interactive query service in Kafka Streams.
In this iteration, we introduce a single API for retrieving the queryable state store from the Kafka Streams topology, namely, retrieveQueryableStore.
artembilan pushed a commit that referenced this issue Feb 12, 2024
Fixes: #2942

This is an initial iteration for providing a basic API around interactive query service in Kafka Streams.
In this iteration, we introduce a single API for retrieving the queryable state store from the Kafka Streams topology, namely, `retrieveQueryableStore`.

* Adding docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants