DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
But Kafka Streams is in a unique position, as it is a client application itself. As a consequence, there is some potential tension with different metrics enablement patterns between Kafka Streams and its internal clients. Below is a table of configuration possibilities:
| Metrics enabled | Kafka Streams config action | Client config action |
|---|---|---|
| Kafka Streams = yes, clients = yes | Nothing, enabled by default | Nothing, enabled by default |
| Kafka Streams = no, clients = yes |
|
|
It's important to note that since Kafka Streams leverages the client metrics mechanism, disabling metrics for internal clients removes the possibility of pushing Kafka Streams metrics. In practice, this is not an anticipated scenario, but in the interest of completeness, it's worth specifying it here in the KIP.
...