Optional
offset?: numberThe Kafka partition of the stream.
Optional
timestamp?: numberThe timestamp to begin enumerating from. This should be a JavaScript-like timestamp (millisecond-based).
KafkaSSE will always provide either a timestamp or an offset.
The Kafka topic of the stream. This usually includes the datacenter and the
stream topic (e.g. eqiad.mediawiki.recentchange
).
Generated using TypeDoc
The event offset to begin enumerating from.
KafkaSSE will always provide either a timestamp or an offset.