Class AsyncSinkWriterConfiguration

    • Field Detail

      • DEFAULT_REQUEST_TIMEOUT_MS

        public static final long DEFAULT_REQUEST_TIMEOUT_MS
      • DEFAULT_FAIL_ON_TIMEOUT

        public static final boolean DEFAULT_FAIL_ON_TIMEOUT
        See Also:
        Constant Field Values
    • Method Detail

      • getMaxBatchSize

        public int getMaxBatchSize()
      • getMaxInFlightRequests

        public int getMaxInFlightRequests()
      • getMaxBufferedRequests

        public int getMaxBufferedRequests()
      • getMaxBatchSizeInBytes

        public long getMaxBatchSizeInBytes()
      • getMaxTimeInBufferMS

        public long getMaxTimeInBufferMS()
      • getMaxRecordSizeInBytes

        public long getMaxRecordSizeInBytes()
      • getRequestTimeoutMS

        public long getRequestTimeoutMS()
      • isFailOnTimeout

        public boolean isFailOnTimeout()