| Interface | Description |
|---|---|
| StoppableKafkaEnumContextProxy.StoppableKafkaEnumContextProxyFactory |
This factory exposes a way to override the
StoppableKafkaEnumContextProxy used in the
enumerator. |
| Class | Description |
|---|---|
| DynamicKafkaSourceEnumerator |
This enumerator manages multiple
KafkaSourceEnumerator's, which does not have any
synchronization since it assumes single threaded execution. |
| DynamicKafkaSourceEnumState |
The enumerator state keeps track of the state of the sub enumerators assigned splits and
metadata.
|
| DynamicKafkaSourceEnumStateSerializer |
(De)serializer for
DynamicKafkaSourceEnumState. |
| StoppableKafkaEnumContextProxy |
A proxy enumerator context that supports life cycle management of underlying threads related to a
sub
KafkaSourceEnumerator. |
| Exception | Description |
|---|---|
| StoppableKafkaEnumContextProxy.HandledFlinkKafkaException |
General exception to signal to internal exception handling mechanisms that a benign error
occurred.
|
Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.