Dittofeed has three write modes, configurable with theDocumentation Index
Fetch the complete documentation index at: https://docs.dittofeed.com/llms.txt
Use this file to discover all available pages before exploring further.
WRITE_MODE environment variable. These modes determine how Dittofeed writes data from its API layer to ClickHouse.
-
ch-async(default): This mode writes data to ClickHouse directly and asynchronously. Enables the following underlying settings in Dittofeed’s ClickHouse client:async_insertwait_for_async_insertwait_end_of_query
-
kafka: This mode buffers data in Kafka before writing it to ClickHouse. This mode is useful when you have a high volume of data and want to avoid overwhelming ClickHouse. For more information, see the Kafka Write Mode page.

