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

Create Hazelcast store from map instance #252

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Conversation

semihbkgr
Copy link
Contributor

@semihbkgr semihbkgr commented Jun 11, 2024

After I got some insight into the Hazelcast client, I reconsidered the changes applied in #203. Creating a new Hazelcast map instance for each operation does not offer any benefits. Instead, we can safely use a single map instance for all operations, making the API clearer and more concise.

Copy link
Owner

@eko eko left a comment

Choose a reason for hiding this comment

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

Thank you @semihbkgr, I'm not an Hazelcast expert but this code looks good to me :)

@eko eko merged commit 78b7afe into eko:master Jun 14, 2024
10 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.

2 participants