This is an automated email from the ASF dual-hosted git repository.
bashirbekov pushed a change to branch feat/add-background-send
in repository https://gitbox.apache.org/repos/asf/iggy.git
from c3069208 del
new 1685b879 del
new 6fb2f982 Merge branch 'feat/add-background-send' of
https://github.com/apache/iggy into feat/add-background-send
new 1263492d del
The 3 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:
core/common/src/error/iggy_error.rs | 11 +-
.../tests/examples/test_new_publisher.rs | 3 +-
core/sdk/src/clients/mod.rs | 1 -
core/sdk/src/clients/producer.rs | 230 ++++++++++++-------
core/sdk/src/clients/producer_builder.rs | 10 -
core/sdk/src/clients/producer_dispatcher.rs | 253 +++++++++++++++++----
core/sdk/src/clients/send_mode.rs | 131 -----------
7 files changed, 366 insertions(+), 273 deletions(-)
delete mode 100644 core/sdk/src/clients/send_mode.rs