jurmous / etcd4j

Java / Netty client for etcd, the highly-available key value store for shared configuration and service discovery.
Apache License 2.0
267 stars 83 forks source link

Change the Netty maxFrameSize to 100Mb #159

Closed artheus closed 3 years ago

artheus commented 7 years ago

Before, this was set to 100Kb which caused problems with large request responses. This made it seem like etcd4j froze, when it actually was retrying forever because of that the response was larger than 100kb.

artheus commented 7 years ago

This should resolve issue #135