Class KafkaConfigurationWrapper
java.lang.Object
org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaConfigurationWrapper
Wrapper class for kafka configuration that allows us to get at
its properties. This is in org.apache.kafka.clients.consumer so
that we can call the package private constructor.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
In Kafka 0.10.0.0 (which we are using), session.timeout.ms.config is used for this.
-
Constructor Details
-
KafkaConfigurationWrapper
-
-
Method Details
-
getMaxPollIntervalMs
public int getMaxPollIntervalMs()In Kafka 0.10.0.0 (which we are using), session.timeout.ms.config is used for this. In Kafka 0.10.1.0 and later, we need to use the property max.poll.interval.ms See https://kafka.apache.org/0100/documentation.html- Returns:
- int
-