StateConsumer initialize()
GlobalStreamThread
GlobalStreamThread
is…FIXME
Name | Description |
---|---|
|
initialize
Internal Method
initialize
…FIXME
Note
|
initialize is used exclusively when GlobalStreamThread is started.
|
Starting Thread — run
Method
void run()
Note
|
run is part of Java’s Thread Contract to be executed by a JVM thread.
|
run
…FIXME
Note
|
run is used exclusively when KafkaStreams is started.
|
Creating GlobalStreamThread Instance
GlobalStreamThread
takes the following when created:
-
Kafka Consumer (
Consumer<byte[], byte[]>
)
GlobalStreamThread
initializes the internal registries and counters.