in src/main/java/com/microsoft/azure/kusto/kafka/connect/sink/TopicPartitionWriter.java [239:251]
void open() {
// Should compress binary files
fileWriter = new FileWriter(
basePath,
fileThreshold,
this::handleRollFile,
this::getFilePath,
flushInterval,
reentrantReadWriteLock,
ingestionProps.ingestionProperties.getDataFormat(),
behaviorOnError,
isDlqEnabled);
}