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

Feature/light stream common functions #143

Merged
merged 4 commits into from
Mar 4, 2022

Conversation

KalevGonvick
Copy link
Member

  • Added 2 common functions to Light Streams to get value from ReadOnlyKeyValueStore, one for a specific key and the other is for all.

@KalevGonvick KalevGonvick requested a review from stevehu March 4, 2022 17:07
}
}
} while (storeMoved);
if(returnObj == null) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this logging statement is miss leading. It might reach here immediately if the key is not in the current instance. Should we just remove it?

@@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-kafka</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.2-SNAPSHOT</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't have 2.1.2-SNAPSHOT yet. Let's use the 2.1.1-SNAPSHOT for now.

@stevehu stevehu merged commit 817195c into master Mar 4, 2022
@stevehu stevehu deleted the feature/light-stream-common-functions branch March 4, 2022 17:32
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.

2 participants