[ 
https://issues.apache.org/jira/browse/KAFKA-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leo Xuzhang Lin updated KAFKA-5712:
-----------------------------------
    Description: 
There is no easy way to introspect into a Producer's configuration. 

For important configurations such as `acks` and `retries`, it is useful to be 
able to verify programmatically the value for those configurations. 

Since the ProducerConfig object is read only, there seems to be no harm to 
expose that in a getter.

ProducerConfig value in KafkaProducer:
https://github.com/apache/kafka/blob/0.11.0/clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java#L246

  was:
There is no easy way to introspect into a Producer's configuration. 

For important configurations such as `acks` and `retries`, it is useful to be 
able to verify programmatically the value for those configurations. 

Since the ProducerConfig object is read only, there seems to be no harm to 
expose that in a getter.


> Expose ProducerConfig in the KafkaProducer clients
> --------------------------------------------------
>
>                 Key: KAFKA-5712
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5712
>             Project: Kafka
>          Issue Type: Improvement
>          Components: clients
>            Reporter: Leo Xuzhang Lin
>            Priority: Trivial
>
> There is no easy way to introspect into a Producer's configuration. 
> For important configurations such as `acks` and `retries`, it is useful to be 
> able to verify programmatically the value for those configurations. 
> Since the ProducerConfig object is read only, there seems to be no harm to 
> expose that in a getter.
> ProducerConfig value in KafkaProducer:
> https://github.com/apache/kafka/blob/0.11.0/clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java#L246



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to