questdb / kafka-questdb-connector

QuestDB connector for Kafka.
https://github.com/questdb/kafka-questdb-connector/releases/
Apache License 2.0
30 stars 5 forks source link

feat: disable interval-based auto-flushes by default #18

Closed jerrinot closed 7 months ago

jerrinot commented 7 months ago

the connector has its own mechanism to flush on inactivity, we don't need the client to do this as well.

we disable it only when it's not set explicitly. since if a user sets an explicit flush interval then we can assume they know what they are doing.