When start the job, occurs WARN log like below:

WARN  org.apache.kafka.clients.consumer.ConsumerConfig  - The
configuration 'flink.partition-discovery.interval-millis' was supplied
but isn't a known config.




And I try to change the kafka partion with command, partition number from 3
to 4

./kafka-topics.sh --alter --zookeeper 10.0.10.21:15311 --topic
STRUCTED_LOG --partitions 4

it dosen't work.



How can I do with this problem. Thanks a lot

回复