risingwave_
connector
2.3.0-alpha
Module enumerator
Module Items
Structs
Enums
Statics
Functions
Type Aliases
In risingwave_
connector::
source::
kafka
risingwave_connector
::
source
::
kafka
Module
enumerator
Copy item path
source
Structs
§
Kafka
Split
Enumerator
Enums
§
Kafka
Enumerator
Offset
Statics
§
SHARED_
KAFKA_
ADMIN
Admin client is short-lived, so we store
Arc
and sets a time-to-idle eviction policy.
SHARED_
KAFKA_
CONSUMER
Consumer client is shared, and the cache doesn’t manage the lifecycle, so we store
Weak
and no eviction.
Functions
§
build_
kafka_
admin
🔒
build_
kafka_
client
🔒
Type Aliases
§
Kafka
Admin
🔒
Kafka
Consumer
🔒