| JStreamParallelStreamProcessor |
|
| ParallelConsumer |
Asynchronous / concurrent message consumer for Kafka.
|
| ParallelConsumer.Tuple |
A simple tuple structure.
|
| ParallelConsumerException |
|
| ParallelConsumerOptions |
|
| ParallelConsumerOptions.CommitMode |
The type of commit to be made, with either a transactions configured Producer where messages produced are
committed back to the Broker along with the offsets they originated from, or with the faster simpler Consumer
offset system either synchronously or asynchronously
|
| ParallelConsumerOptions.ParallelConsumerOptionsBuilder |
|
| ParallelConsumerOptions.ProcessingOrder |
The ordering guarantee to use.
|
| ParallelEoSStreamProcessor |
|
| ParallelStreamProcessor |
Parallel message consumer which also can optionally produce 0 or many ProducerRecord results to be published
back to Kafka.
|
| ParallelStreamProcessor.ConsumeProduceResult |
A simple triple structure to capture the set of coinciding data.
|
| PollContext |
Context object used to pass messages to process to users processing functions.
|
| RecordContext |
Context information for the wrapped ConsumerRecord.
|
| RecordContext.RecordContextBuilder |
|
| RecordContextInternal |
|