Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources.cue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ components: sources: [Name=string]: {
type: string: {
default: features.codecs.default_framing
enum: {
bytes: "Byte frames are passed through as-is according to the underlying I/O boundaries (e.g. split between messages or stream segments)."
bytes: "Byte frames are passed through as-is according to the underlying I/O boundaries (e.g. split between messages, payloads, or streams)."
character_delimited: "Byte frames which are delimited by a chosen character."
length_delimited: "Byte frames which are prefixed by an unsigned big-endian 32-bit integer indicating the length."
newline_delimited: "Byte frames which are delimited by a newline character."
Expand Down