Skip to content

Sink Batch/Stream Question #23249

Answered by pront
satellite-no asked this question in Q&A
Jun 23, 2025 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @satellite-no, based on our internal definitions:

	// `#EgressMethod` specified how a component outputs events.
	//
	// * `batch` - one or more events at a time
	// * `dynamic` - can switch between batch and stream based on configuration.
	// * `expose` - exposes data, ex: prometheus_exporter sink
	// * `stream` - one event at a time
	#EgressMethod: "batch" | "dynamic" | "expose" | "stream"

These have not been revisited for quite a while. If have a specific question I can take a look.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@pront
Comment options

Answer selected by pront
@satellite-no
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants