kafka.examples
Interface KafkaProperties
- All Known Implementing Classes:
- KafkaConsumerProducerDemo
public interface KafkaProperties
zkConnect
static final java.lang.String zkConnect
- See Also:
- Constant Field Values
groupId
static final java.lang.String groupId
- See Also:
- Constant Field Values
topic
static final java.lang.String topic
- See Also:
- Constant Field Values
kafkaServerURL
static final java.lang.String kafkaServerURL
- See Also:
- Constant Field Values
kafkaServerPort
static final int kafkaServerPort
- See Also:
- Constant Field Values
kafkaProducerBufferSize
static final int kafkaProducerBufferSize
- See Also:
- Constant Field Values
connectionTimeOut
static final int connectionTimeOut
- See Also:
- Constant Field Values
reconnectInterval
static final int reconnectInterval
- See Also:
- Constant Field Values
topic2
static final java.lang.String topic2
- See Also:
- Constant Field Values
topic3
static final java.lang.String topic3
- See Also:
- Constant Field Values
clientId
static final java.lang.String clientId
- See Also:
- Constant Field Values