Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/3746#discussion_r124785388
--- Diff:
flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumerBase.java
---
@@ -189,6 +192,8 @@
* @param topics fixed list of topics to subscribe to (null, if using
topic pattern)
* @param topicPattern the topic pattern to subscribe to (null, if
using fixed topics)
* @param deserializer The deserializer to turn raw byte messages into
Java/Scala objects.
+ * @param discoveryIntervalMillis the topic / partition discovery
interval, in
+ * milliseconds (0 if discovery is
disabled).
--- End diff --
Here it says `0` for disabled while in other places it's `Long.MIN_VALUE`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---