Package com.health_insurance.kafka
Interface Constants
-
public interface Constants
Constants needed by the Kafka producer TODO read constants from configuration file instead
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLIENT_ID
static String
GROUP_ID_CONFIG
static String
KAFKA_BROKERS
static Integer
MAX_NO_MESSAGE_FOUND_COUNT
static Integer
MAX_POLL_RECORDS
static Integer
MESSAGE_COUNT
static String
OFFSET_RESET_EARLIER
static String
OFFSET_RESET_LATEST
static String
TOPIC_NAME
-
-
-
Field Detail
-
KAFKA_BROKERS
static final String KAFKA_BROKERS
- See Also:
- Constant Field Values
-
MESSAGE_COUNT
static final Integer MESSAGE_COUNT
-
CLIENT_ID
static final String CLIENT_ID
- See Also:
- Constant Field Values
-
TOPIC_NAME
static final String TOPIC_NAME
- See Also:
- Constant Field Values
-
GROUP_ID_CONFIG
static final String GROUP_ID_CONFIG
- See Also:
- Constant Field Values
-
MAX_NO_MESSAGE_FOUND_COUNT
static final Integer MAX_NO_MESSAGE_FOUND_COUNT
-
OFFSET_RESET_LATEST
static final String OFFSET_RESET_LATEST
- See Also:
- Constant Field Values
-
OFFSET_RESET_EARLIER
static final String OFFSET_RESET_EARLIER
- See Also:
- Constant Field Values
-
MAX_POLL_RECORDS
static final Integer MAX_POLL_RECORDS
-
-