SinkConfig

constructor(type: SinkType = SinkType.HTTP, endpoint: String = "http://localhost:8080/logs", host: String = "localhost", port: Int = 5140, batchSize: Int = 100, flushIntervalMs: Long = 5000, retryCount: Int = 3, connectionTimeoutMs: Int = 5000, readTimeoutMs: Int = 30000, fallbackEndpoints: List<String> = emptyList())(source)