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

[DO NOT MERGE] skeleton myst shard discovery #24

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mailravi3390
Copy link

No description provided.

return new MystEndpoint(l_host, l_port);
}

public static Builder newBuilder() {
Copy link
Contributor

Choose a reason for hiding this comment

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

By convention the newBuilder() should be main class which is MystEndpoint.

MystEndpoint.newBuilder() reads better than MystEndpoint.Builder.newBuilder().

protected static final String K8S_NAMESPACE = "k8s_namespace";

public KubernetesStatefulRegistry(final String type) {
this.type = type;
Copy link
Contributor

Choose a reason for hiding this comment

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

Not used.

@mailravi3390 mailravi3390 changed the title skeleton myst shard discovery [DO NOT MERGE] skeleton myst shard discovery Sep 30, 2021
@manolama manolama marked this pull request as draft September 30, 2021 18:18
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.

3 participants