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

gkoszyk pushed a change to branch message_bus_final
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 3f5a55316 finito
     add d2afd28cc feat(connectors): add retry mechanism to connectors HTTP 
config provider (#2437)
     add 38e433975 chore(docs): improve Rust examples documentation (#2440)
     add e2bd0f565 fix(server): graceful shutdown all shards when one panics 
(#2439)
     add 47ef46869 refactor(server): initialize logging before config parsing 
(#2442)
     add 07f74eae7 feat(server): add file_enabled option to logging config 
(#2443)
     add 41d329be4 fix(bench): fix failed to run pinned-consumer bench (#2444)
     add a5c201745 Merge branch 'master' into message_bus_final

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                         |   2 +
 core/common/src/configs/mod.rs                     |  21 +-
 core/configs/server.toml                           |   9 +-
 core/connectors/runtime/Cargo.toml                 |   2 +
 core/connectors/runtime/README.md                  |   7 +
 core/connectors/runtime/src/configs/connectors.rs  |   1 +
 .../src/configs/connectors/http_provider.rs        |  31 +-
 core/connectors/runtime/src/configs/runtime.rs     |  46 ++-
 core/server/src/configs/defaults.rs                |   1 +
 core/server/src/configs/displays.rs                |   3 +-
 core/server/src/configs/system.rs                  |   1 +
 core/server/src/configs/validators.rs              |  38 +--
 core/server/src/diagnostics.rs                     |  17 +-
 core/server/src/log/logger.rs                      | 337 +++++++++++----------
 core/server/src/main.rs                            | 228 ++++++++++----
 core/server/src/server_error.rs                    |   7 +-
 examples/rust/README.md                            |  45 ++-
 scripts/run-benches.sh                             |   2 +-
 18 files changed, 529 insertions(+), 269 deletions(-)

Reply via email to