How do I tell the Vector MQTT sink to use protocol 3.1.1 #21378
Replies: 2 comments
-
I think this would be a feature request. Would you want to open one? See https://github.com/vectordotdev/vector/issues/new?assignees=&labels=type%3A+feature&projects=&template=feature.yml |
Beta Was this translation helpful? Give feedback.
0 replies
-
All set: #21395 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I believe the Vector MQTT sink is using protocol 5. How can I configure it to use 3.1.1 instead (aka, confusingly, "V4")?
Would I replace
vector/src/sinks/mqtt/config.rs
Line 4 in 438bc8b
use rumqttc::{
withuse rumqttc::{mqttbytes::v4::
like https://github.com/ErikWegner/homecontrol-ui/blob/f76f6ff26974b0c52678ba9c312e359cfed9db1b/server/src/mqtta/actor.rs#L6
Beta Was this translation helpful? Give feedback.
All reactions