Great, thanks!
On Sun, Jan 17, 2021 at 6:24 PM Yangze Guo wrote:
> Hi, Rex.
>
> > How many connections does the ES connector use to write to Elasticsearch?
> I think the number is equal to your parallelism. Each subtask of an
> Elasticsearch sink will have its own separate Bulk Processor as both
Hi, Rex.
> How many connections does the ES connector use to write to Elasticsearch?
I think the number is equal to your parallelism. Each subtask of an
Elasticsearch sink will have its own separate Bulk Processor as both
the Client and the Bulk Processor are class private[1]. The subtasks
will be
I found the following, indicating that there is no concurrency for the
Elasticsearch Connector
https://github.com/apache/flink/blob/97bfd049951f8d52a2e0aed14265074c4255ead0/flink-connectors/flink-connector-elasticsearch-base/src/main/java/org/apache/flink/streaming/connectors/elasticsearch/Elastics
Hello,
How many connections does the ES connector use to write to Elasticsearch?
We have a single machine with 16 vCPUs and parallelism of 4 running our
job, with -p 4 I'd expect there to be 4 parallel bulk request writers /
connections to Elasticsearch. Is there a place in the code to confirm thi