You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/02/06 04:46:35 UTC

[skywalking] branch master updated (b991cfd125 -> e56308995a)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


    from b991cfd125 Polish aws-firehose-receiver to adapt existing OTEL proto (#10343)
     add e56308995a [Elasticsearch] Support batchOfBytes configuration to limit size of bulk flush. (#10287)

No new revisions were added by this update.

Summary of changes:
 docs/en/changes/changes.md                         |   1 +
 docs/en/setup/backend/configuration-vocabulary.md  |   1 +
 .../client/elasticsearch/ElasticSearchClient.java  |   4 +-
 .../elasticsearch/bulk/ITElasticSearch.java        |  20 +++-
 .../library/elasticsearch/bulk/BulkProcessor.java  | 110 +++++++++++++--------
 .../elasticsearch/bulk/BulkProcessorBuilder.java   |   9 +-
 .../src/test/resources/application.yml             |   1 +
 .../src/main/resources/application.yml             |   1 +
 .../StorageModuleElasticsearchConfig.java          |   2 +
 .../StorageModuleElasticsearchProvider.java        |   2 +-
 .../elasticsearch/base/BatchProcessEsDAO.java      |   9 +-
 11 files changed, 112 insertions(+), 48 deletions(-)