-
userConfig
Map<K,V> userConfig
The user specified config map that we forward to Elasticsearch when we create the Client.
-
transportAddresses
List<E> transportAddresses
The list of nodes that the TransportClient should connect to. This is null if we are using
an embedded Node to get a Client.
-
elasticsearchSinkFunction
ElasticsearchSinkFunction<T> elasticsearchSinkFunction
The builder that is used to construct an IndexRequest from the incoming element.
-
hasFailure
AtomicBoolean hasFailure
This is set from inside the BulkProcessor listener if there where failures in processing.
-
failureThrowable
AtomicReference<V> failureThrowable
This is set from inside the BulkProcessor listener if a Throwable was thrown during processing.