Skip to content

Kafka consumption control based on Kafka Timestamp #5369

@devinrsmith

Description

@devinrsmith

Right now the typical modalities of consuming from kafka involve consuming from the "beginning", the "end", or an "offset" (or a specific "timestamp" in a newer kafka implementation); but this consumption proceeds as fast as possible. It should be possible to use a clock source to control how fast the consumption proceeds. This may be particularly useful for "replay" scenarios. It's also potentially useful for scenarios where the consumer may want a delayed clock source for whatever reason.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions