You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ZooKeeper, the business logic attempts to store more than 1MB of data in a single znode. The default node data size limit for ZooKeeper is 1MB, exceeding this limit will cause the ZooKeeper server to close client connections.
ExpectedBehavior
Make the connection between the ZooKeeper server and the client normal