KAFKA-15613: Client API definition and configurations (KIP-714) (#14560)
Part of KIP-714.
Reviewers: Andrew Schofield <aschofield@confluent.io>, Walker Carlson <wcarlson@confluent.io>, Matthias J. Sax <matthias@confluent.io>
publicstaticfinalStringENABLE_METRICS_PUSH_DOC="Whether to enable pushing of client metrics to the cluster, if the cluster has a client metrics subscription which matches this client.";
@ -178,6 +184,11 @@ public class AdminClientConfig extends AbstractConfig {
@@ -178,6 +184,11 @@ public class AdminClientConfig extends AbstractConfig {
privatestaticfinalStringCOMPRESSION_TYPE_DOC="The compression type for all data generated by the producer. The default is none (i.e. no compression). Valid "
@ -385,6 +391,11 @@ public class ProducerConfig extends AbstractConfig {
@@ -385,6 +391,11 @@ public class ProducerConfig extends AbstractConfig {