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

GH-3034: IQ API's for remote state stores #3089

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

sobychacko
Copy link
Contributor

Fixes: #3034

#3034

  • Kafka Streams interactive query API's for accessing remote state stores.

Fixes: spring-projects#3034

spring-projects#3034

* Kafka Streams interactive query API's for accessing remote state stores.
});
}

private void primeKafkaStreamsObject() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setupKafkaStreams() or populate?
I don't see a reason in Object suffix at all.
And never saw prime as a verb 😃

Copy link
Contributor Author

@sobychacko sobychacko Mar 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prime can be a verb, but I get your point:)

* If this property - `application.server` - is not available from the end-user application, then null is returned.
* @return the current {@link HostInfo}
*/
public HostInfo getCurrentKafkaStreamsApplicationHostInfo() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Nullable

}

/**
* Gets the current {@link HostInfo} where this Kafka Streams application is running on.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method Javadocs must be imperative.
Kinda we give a command to do from the first verb.

Copy link
Member

@artembilan artembilan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

But we cannot merge for now since GH is out of order right now: https://www.githubstatus.com/

@artembilan artembilan merged commit 2ad8b06 into spring-projects:main Mar 1, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide API methods of accessing HostInfo in KafkaStreamsInteractiveQueryService
2 participants