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

Update getStreamInfo usage #146

Open
crazyzhou opened this issue Aug 29, 2022 · 0 comments
Open

Update getStreamInfo usage #146

crazyzhou opened this issue Aug 29, 2022 · 0 comments

Comments

@crazyzhou
Copy link
Contributor

In pravega/pravega#6748, Pravega team decided to change the signature of the getStreamInfo usage, we need to update into the new API fetchStreamInfo in the connector for 0.13 version.

Suggestions
Add a new method in the helper class like

StreamInfo getStreamInfo(String scopeName, String streamName) {
    return fetchStreamInfo(scopeName, streamName).join();
}
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

No branches or pull requests

1 participant