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
We currently configure HTTP and MQTT with separate host and port parameters. To simplify and unify the configuration with the Kafka connection feature introduced in issue #4666, we propose replacing them (host and port) with a single endpoint parameter in both connections.
Do you have the intention to implement the solution
Yes, I have the knowledge to implement this new feature.