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

WIP to show modifying the ZK Timeout via System property. #890

Closed
wants to merge 1 commit into from

Conversation

jnh5y
Copy link
Contributor

@jnh5y jnh5y commented May 16, 2016

No description provided.

new ClientConfiguration()
.withInstance(instance)
.withZkHosts(zookeepers)
.`with`(ClientProperty.INSTANCE_ZK_TIMEOUT, System.getProperty(ClientProperty.INSTANCE_ZK_TIMEOUT.getKey))
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need the ticks?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ayup, 'with' is reserved keyword in Scala.

@jahhulbert-ccri
Copy link
Contributor

looks good

@elahrvivaz
Copy link
Contributor

closing in favor of #912

@elahrvivaz elahrvivaz closed this Jun 10, 2016
@jnh5y jnh5y deleted the wip_zkTimeout branch August 5, 2016 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants