.. _envoy_v3_api_file_envoy/extensions/filters/network/zookeeper_proxy/v3/zookeeper_proxy.proto: ZooKeeper proxy =============== .. _extension_envoy.filters.network.zookeeper_proxy: This extension may be referenced by the qualified name ``envoy.filters.network.zookeeper_proxy`` .. note:: This extension is functional but has not had substantial production burn time, use only with this caveat. This extension is not hardened and should only be used in deployments where both the downstream and upstream are trusted. .. tip:: This extension extends and can be used with the following extension category: - :ref:`envoy.filters.network ` ZooKeeper Proxy :ref:`configuration overview `. .. _envoy_v3_api_msg_extensions.filters.network.zookeeper_proxy.v3.ZooKeeperProxy: extensions.filters.network.zookeeper_proxy.v3.ZooKeeperProxy ------------------------------------------------------------ :repo:`[extensions.filters.network.zookeeper_proxy.v3.ZooKeeperProxy proto] ` .. code-block:: json { "stat_prefix": "...", "max_packet_bytes": "{...}" } .. _envoy_v3_api_field_extensions.filters.network.zookeeper_proxy.v3.ZooKeeperProxy.stat_prefix: stat_prefix (`string `_, *REQUIRED*) The human readable prefix to use when emitting :ref:`statistics `. .. _envoy_v3_api_field_extensions.filters.network.zookeeper_proxy.v3.ZooKeeperProxy.max_packet_bytes: max_packet_bytes (`UInt32Value `_) Messages — requests, responses and events — that are bigger than this value will be ignored. If it is not set, the default value is 1Mb. The value here should match the jute.maxbuffer property in your cluster configuration: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#Unsafe+Options if that is set. If it isn't, ZooKeeper's default is also 1Mb.