| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
TOPIC |
"topic" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BOLT_KEY |
"key" |
public static final String |
BOLT_MESSAGE |
"message" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
TIMER_DELAY_MS |
500L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_MAX_RETRIES |
2147483647 |
public static final int |
DEFAULT_MAX_UNCOMMITTED_OFFSETS |
10000000 |
public static final int |
DEFAULT_METRICS_TIME_BUCKET_SIZE_SECONDS |
60 |
public static final long |
DEFAULT_OFFSET_COMMIT_PERIOD_MS |
30000L |
public static final long |
DEFAULT_PARTITION_REFRESH_PERIOD_MS |
2000L |
public static final long |
DEFAULT_POLL_TIMEOUT_MS |
200L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FIRST_OFFSET_KEY |
"firstOffset" |
public static final String |
LAST_OFFSET_KEY |
"lastOffset" |
public static final String |
TOPIC_PARTITION_KEY |
"tp" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
TOPIC_PARTITION_PARTITION_KEY |
"partition" |
public static final String |
TOPIC_PARTITION_TOPIC_KEY |
"topic" |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.