public class NewKafkaSpoutOffsetQuery extends Object
Class representing information for querying kafka for log head offsets, consumer offsets and the difference for new kafka spout using new consumer api.
Constructor and Description |
---|
NewKafkaSpoutOffsetQuery(String topics,
String bootstrapBrokers,
String consumerGroupId,
String securityProtocol,
String consumerPropertiesFileName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBootStrapBrokers() |
String |
getConsumerGroupId() |
String |
getConsumerPropertiesFileName() |
String |
getSecurityProtocol() |
String |
getTopics() |
int |
hashCode() |
String |
toString() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.