Skip to content

Commit

Permalink
Tidy up comment that referenced old configruation function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaemming committed Mar 21, 2024
1 parent c1ad17e commit b196d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const startAnalyticsEventsIngestionConsumer = async ({
Consumes analytics events from the Kafka topic `events_plugin_ingestion`
and processes them for ingestion into ClickHouse.
Before processing, if isIngestionOverflowEnabled and an event has
Before processing, if overflow rerouting is enabled and an event has
overflowed the capacity for its (team_id, distinct_id) pair, it will not
be processed here but instead re-produced into the
`events_plugin_ingestion_overflow` topic for later processing.
Expand Down

0 comments on commit b196d21

Please sign in to comment.