Hi everyone,
I was reviewing the javadocs for the 082 and 083 Kafka Producer (http://kafka.apache.org/082/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html and http://kafka.apache.org/083/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html)<http://kafka.apache.org/083/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html> Under each entry for the various constructers it has a sentence that says "Valid configuration strings are documented here." and it links to what I interpreted as the configuration strings for the Scala producer: http://kafka.apache.org/documentation.html#producerconfigs. Shouldn't it link to the following instead? http://kafka.apache.org/documentation.html#newproducerconfigs ?If not, does the java producer accept all the config? Sorry if I missed this along the way. Thanks! -Joe Lawson