pub(crate) fn maybe_emit_entry(
provider: &Arc<KafkaProvider>,
record: Record,
buffered_records: &mut HashMap<RegionId, Vec<Record>>,
) -> Result<Option<Entry>>
Expand description
For type of Entry::Naive Entry:
- Emits a RecordType::Full type record immediately.
For type of Entry::MultiplePart Entry:
Incomplete Entry: If the records arrive in the following order, it emits the incomplete Entry when the next record arrives.