awslabs / aws-elasticache-cluster-client-memcached-for-java

Amazon ElastiCache Cluster Client for Java - enhanced library to connect to ElastiCache clusters.
http://docs.amazonwebservices.com/AmazonElastiCache/latest/UserGuide/AutoDiscovery.html
Apache License 2.0
87 stars 54 forks source link

Support for non-daemon threads in the ConfigurationPoller #1

Closed masneyb closed 8 years ago

masneyb commented 11 years ago

The ConfigurationPoller always created a non-daemon thread. This patch uses the ConnectionFactory.isDaemon() method to determine how the thread should be created.

masneyb commented 8 years ago

I'm recreating the pull request that applies cleanly against the latest code.