Does the max_msg_size have a hard limit for setting the size? I have the current config
Telegraf: 1.26.1
Running in Docker: 23.0.1, build a5ee5b1
Ubuntu: 22.04
Setting this to 5000000000 we are still getting errors that the msg header size it too large with values lower than it.
2023-05-11T14:03:58Z E! [inputs.cisco_telemetry_mdt] Error in plugin: failed to decode: proto: cannot parse invalid wire-format data
2023-05-11T14:03:58Z E! [inputs.cisco_telemetry_mdt] Error in plugin: dialout packet too long: 1651402591
[[inputs.cisco_telemetry_mdt]]
# ## Telemetry transport can be "tcp" or "grpc". TLS is only supported when
# ## using the grpc transport.
transport = "tcp"
max_msg_size = 5000000000
include_delete_field = true
#
# ## Address and port to host telemetry listener
service_address = ":57590"
[inputs.cisco_telemetry_mdt.tags]
model = "XR"