зеркало из
1
0
Форкнуть 0
This commit is contained in:
Ohad Bitton 2020-04-27 17:12:15 +03:00
Родитель 260eaa813a
Коммит f8271ec6c1
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -114,6 +114,7 @@ public class FileWriter implements Closeable {
}
onRollCallback.accept(currentFile);
currentFile.file.delete();
}
// closing late so that the success callback will have a chance to use the file. This is a real thing on debug?!

Просмотреть файл

@ -1,8 +1,6 @@
package com.microsoft.azure.kusto.kafka.connect.sink;
import com.microsoft.azure.kusto.data.ConnectionStringBuilder;
import com.microsoft.azure.kusto.ingest.IngestClient;
import com.microsoft.azure.kusto.ingest.IngestClientFactory;
import com.microsoft.azure.kusto.ingest.IngestionProperties;
import com.microsoft.azure.kusto.ingest.source.CompressionType;
import com.microsoft.azure.kusto.ingest.source.FileSourceInfo;