This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a change to branch banyandb-client-api
in repository https://gitbox.apache.org/repos/asf/skywalking.git.
from 364f1c7 Submit bulk prototype
add dc05539 DataCarrier changes a `#consume` API to add properties as a
parameter to initialize consumer (#7452)
new 976da1a Merge branch 'master' of https://github.com/apache/skywalking
into banyandb-client-api
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.md | 5 ++++-
.../apm/commons/datacarrier/DataCarrier.java | 11 ++++++++---
.../datacarrier/consumer/ConsumeDriver.java | 22 +++++++++++++++-------
.../commons/datacarrier/consumer/IConsumer.java | 3 ++-
.../apm/commons/datacarrier/DataCarrierTest.java | 3 ++-
.../commons/datacarrier/consumer/ConsumerTest.java | 3 ++-
.../datacarrier/consumer/SampleConsumer.java | 3 ++-
.../agent/core/remote/LogReportServiceClient.java | 3 ++-
.../core/remote/TraceSegmentServiceClient.java | 3 ++-
.../core/kafka/KafkaTraceSegmentServiceClient.java | 3 ++-
.../exporter/provider/grpc/GRPCExporter.java | 3 ++-
.../exporter/provider/grpc/GRPCExporterTest.java | 2 +-
.../analysis/worker/MetricsAggregateWorker.java | 3 ++-
.../analysis/worker/MetricsPersistentWorker.java | 3 ++-
.../server/core/analysis/worker/TopNWorker.java | 3 ++-
.../core/remote/client/GRPCRemoteClient.java | 3 ++-
.../storage/plugin/jdbc/h2/dao/H2BatchDAO.java | 3 ++-
17 files changed, 54 insertions(+), 25 deletions(-)