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

Docs: Feedback for Filtering Members with Attributes #1144

Open
jmini opened this issue Jun 21, 2024 · 0 comments
Open

Docs: Feedback for Filtering Members with Attributes #1144

jmini opened this issue Jun 21, 2024 · 0 comments

Comments

@jmini
Copy link

jmini commented Jun 21, 2024

Hi, I have some feedback about this page

The HazelcastInstance interface does not provide the setAttribute(..) method, so the code snippet is invalid:

        HazelcastInstance member4 = Hazelcast.newHazelcastInstance();
        // We can also set member attributes at runtime.
        member4.setAttribute( "CPU_CORE_COUNT", "2" );

Are you sure it is still possible to do "or provide the member attributes at runtime via attribute setter methods on the Member interface."?

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