You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use secor.kafka.topic_filter instead of kafka.new.consumer.topic.list, and remove kafka.new.consumer.topic.list from the configuration.
2020-03-19 11:35:53,950 [Thread-4] (com.pinterest.secor.consumer.Consumer:186) ERROR Thread failed
java.lang.RuntimeException: Failed to initialize the consumer
at com.pinterest.secor.consumer.Consumer.run(Consumer.java:154)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at com.pinterest.secor.reader.SecorKafkaMessageIterator.subscribe(SecorKafkaMessageIterator.java:153)
at com.pinterest.secor.consumer.Consumer.init(Consumer.java:105)
at com.pinterest.secor.consumer.Consumer.run(Consumer.java:151)
The text was updated successfully, but these errors were encountered:
When we use secor.kafka.topic_filter instead of kafka.new.consumer.topic.list, and remove kafka.new.consumer.topic.list from the configuration.
2020-03-19 11:35:53,950 [Thread-4] (com.pinterest.secor.consumer.Consumer:186) ERROR Thread failed
java.lang.RuntimeException: Failed to initialize the consumer
at com.pinterest.secor.consumer.Consumer.run(Consumer.java:154)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at com.pinterest.secor.reader.SecorKafkaMessageIterator.subscribe(SecorKafkaMessageIterator.java:153)
at com.pinterest.secor.consumer.Consumer.init(Consumer.java:105)
at com.pinterest.secor.consumer.Consumer.run(Consumer.java:151)
The text was updated successfully, but these errors were encountered: