Paolo Patierno
Paolo Patierno
MQTT doesn't have flow control but back-pressure support can be added at TCP level (as Vert.x websocket implementation)
As requested in https://github.com/vert-x3/issues/issues/412, it could be useful for `MqttServer` exposing a method for getting the list of connected clients.
The client should be able to persist the "in flight" messages queues (QoS 1 and 2) in order to recover them after coming back online (due to a previous disconnection).
It's useful to have logging in the main parts of the server mainly printing messages which are sent and received by the server itself.
For developing and operational purpose as well, it could be useful having a "purge" feature in the console for queues, for example. Maybe it's worth having move and copy features...
Strimzi has been in CNCF Sandbox since September 2019. The project and community has shown continuous growth year after year. We would like to propose Strimzi for Incubation.
Regarding the SDK auto-configuration I would improve this section in the doc https://opentelemetry.io/docs/instrumentation/java/manual/#auto-configuration. It's just a few lines linking to the repository [README](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure) file but I would at least adding...
While using the strimzi oauth on a specific listener of a Kafka broker but due to an invalid certificate, I am getting exceptions like this one: ```shell java.lang.RuntimeException: Failed to...
### Type of change - Enhancement / new feature ### Description This PR fixes #7021 adding the support for OpenTelemetry in the operator by enabling it on Kafka Connect, MM...