This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch fix_high_level_consumer_timestamp
in repository https://gitbox.apache.org/repos/asf/iggy.git
omit 17bd2a2e3 test polling strategies for high level consumer
omit 8ec22da47 add +1 to timestamp and update edge version
omit f78d953d2 fix(sdk): fix the high level consumer poll by timestamp
add 812457424 feat(server): enable embedded Web UI by default (#2497)
add b7e4ea260 fix(ci): include web directory in build context for embedded
UI (#2498)
add a7e36ca10 feat(connectors): add --version flag support to connector
runtime (#2502)
add f7ade4b60 fix(server): improve shutdown handling for critical task
failures (#2506)
add 1199fc617 fix(sdk): fix the high level consumer poll by timestamp
add fe960fc38 add +1 to timestamp and update edge version
add 14cc4c871 test polling strategies for high level consumer
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (17bd2a2e3)
\
N -- N -- N refs/heads/fix_high_level_consumer_timestamp
(14cc4c871)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.dockerignore | 3 +-
.github/workflows/_build_rust_artifacts.yml | 8 +++
Cargo.lock | 4 ++
Cargo.toml | 2 +-
Dockerfile | 3 +
core/connectors/runtime/Cargo.toml | 1 +
core/connectors/runtime/src/main.rs | 16 ++++-
core/integration/tests/streaming/mod.rs | 7 +-
core/server/Cargo.toml | 2 +-
core/server/Dockerfile | 5 +-
core/server/src/http/http_server.rs | 80 ++++++++++++++--------
core/server/src/main.rs | 16 ++---
core/server/src/shard/builder.rs | 17 ++---
core/server/src/shard/mod.rs | 5 +-
core/server/src/shard/task_registry/registry.rs | 74 ++++++++++++++++----
.../src/shard/tasks/continuous/http_server.rs | 1 +
.../src/shard/tasks/oneshot/config_writer.rs | 33 ++++++---
17 files changed, 192 insertions(+), 85 deletions(-)