Skip to main content

Module get_kafka_trigger_200_response

Module get_kafka_trigger_200_response 

Source

Structs§

GetKafkaTrigger200Response

Enums§

AutoOffsetReset
Initial offset behavior when consumer group has no committed offset. ‘latest’ starts from new messages only, ‘earliest’ starts from the beginning.
FilterLogic
Logic to apply when evaluating filters. ‘and’ requires all filters to match, ‘or’ requires any filter to match.