CONSUMER_PROPERTIES, KEY, ON_ERROR, PRODUCER_PROPERTIES, TOPIC, TOPICS, VALUE| Constructor and Description |
|---|
SimpleConsumerProperties(String producerName,
String servers,
String groupId,
Collection<String> topics) |
SimpleConsumerProperties(String consumerName,
String servers,
String groupId,
OffsetResetMode offsetResetMode,
Collection<String> topics) |
public SimpleConsumerProperties(String producerName, String servers, String groupId, Collection<String> topics)
producerName - Name of producerservers - Bootstrap servers addressesgroupId - Id of the group this consumer intopics - Topics to consumepublic SimpleConsumerProperties(String consumerName, String servers, String groupId, OffsetResetMode offsetResetMode, Collection<String> topics)
consumerName - Name of consumerservers - Bootstrap servers addressesgroupId - Id of the group this consumer inoffsetResetMode - Offset reset modetopics - Topics to consumeCopyright © 2019. All rights reserved.