Closed rantav closed 5 years ago
@yangy0000 we need to fix the config. @rantav current master has only two unknown config, we will fix it soon
[2018-12-26 16:54:14,099] WARN The configuration 'producer.type' was supplied but isn't a known config. (org.apache.kafka.clients.producer.ProducerConfig)
[2018-12-26 16:54:14,099] WARN The configuration 'serializer.class' was supplied but isn't a known config. (org.apache.kafka.clients.producer.ProducerConfig)
uReplicator need to use "producer.type'', I'm going to leave this property there before I found a better place, but I fixed the rest of them
Looking at https://github.com/uber/uReplicator/blob/master/config/producer.properties I see some properties that are no longer supported by the producer and warnings in the log:
From the worker's log:
I suggest updating this file