This is an automated email from the ASF dual-hosted git repository. piotr pushed a change to branch connectors_config in repository https://gitbox.apache.org/repos/asf/iggy.git
discard 903f7c9a Init work on connectors config add e748fd82 fix(server): refactor Rust code based on clippy lints (#1918) add 8adb4a9a chore(ci): update java sdk nexus env (#1921) new dc308476 Init work on connectors config 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 (903f7c9a) \ N -- N -- N refs/heads/connectors_config (dc308476) 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. 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: bdd/rust/tests/steps/messages.rs | 15 +++----- core/bench/dashboard/frontend/src/api/mod.rs | 4 +-- .../frontend/src/components/chart/single_chart.rs | 2 +- .../components/tooltips/server_stats_tooltip.rs | 2 +- core/bench/dashboard/frontend/src/config.rs | 2 +- core/bench/dashboard/server/src/cache/mod.rs | 7 ++-- core/bench/dashboard/server/src/github/client.rs | 6 ++-- core/bench/dashboard/server/src/handlers.rs | 40 +++++++--------------- core/bench/report/src/prints.rs | 25 +++----------- core/bench/report/src/types/numeric_parameter.rs | 4 +-- .../bench/runner/src/app/local_benchmark_runner.rs | 28 +++++++-------- .../src/actors/consumer/high_level_backend.rs | 1 + .../src/actors/producer/benchmark_producer.rs | 1 + .../benchmark_producing_consumer.rs | 8 +++-- core/bench/src/benchmarks/common.rs | 1 + core/bench/src/runner.rs | 1 + core/bench/src/utils/server_starter.rs | 1 + .../src/cli/binary_client/get_client.rs | 2 +- .../src/cli/binary_client/get_clients.rs | 4 +-- .../create_consumer_group.rs | 2 +- .../binary_consumer_groups/get_consumer_group.rs | 2 +- .../src/cli/binary_context/get_contexts.rs | 2 +- .../src/cli/binary_message/poll_messages.rs | 2 +- .../src/cli/binary_message/send_messages.rs | 5 +-- .../create_personal_access_token.rs | 6 ++-- .../src/cli/binary_streams/create_stream.rs | 2 +- core/binary_protocol/src/cli/binary_system/me.rs | 2 +- .../src/cli/binary_system/snapshot.rs | 2 +- .../binary_protocol/src/cli/binary_system/stats.rs | 2 +- .../src/cli/binary_topics/create_topic.rs | 4 +-- .../src/cli/binary_topics/get_topic.rs | 2 +- .../src/cli/binary_topics/get_topics.rs | 4 +-- .../src/cli/binary_topics/update_topic.rs | 2 +- .../src/cli/binary_users/get_user.rs | 6 ++-- .../src/cli/binary_users/update_user.rs | 4 +-- core/cli/src/args/message.rs | 8 ++--- core/cli/src/args/permissions/stream.rs | 4 +-- core/cli/src/args/permissions/topic.rs | 2 +- core/cli/src/credentials.rs | 4 +-- core/common/src/commands/system/get_snapshot.rs | 2 +- .../src/types/compression/compression_algorithm.rs | 2 +- core/common/src/types/message/iggy_message.rs | 6 ++-- .../src/types/message/message_header_view.rs | 3 +- core/common/src/types/message/user_headers.rs | 2 +- .../src/types/permissions/permissions_global.rs | 10 +++--- core/common/src/types/snapshot/mod.rs | 4 +-- core/common/src/utils/byte_size.rs | 2 +- core/common/src/utils/duration.rs | 2 +- core/common/src/utils/topic_size.rs | 4 +-- core/connectors/runtime/src/api/config.rs | 2 +- core/connectors/sdk/src/lib.rs | 4 +-- .../sdk/src/transforms/json/test_utils.rs | 8 ++--- core/integration/src/test_server.rs | 5 ++- core/integration/tests/archiver/mod.rs | 2 +- .../tests/cli/client/test_client_get_command.rs | 2 +- core/integration/tests/cli/common/mod.rs | 4 +-- .../test_consumer_group_create_command.rs | 4 +-- .../test_consumer_group_delete_command.rs | 3 +- .../test_consumer_group_get_command.rs | 3 +- .../tests/cli/message/test_message_send_command.rs | 3 +- .../test_pat_login_options.rs | 5 ++- .../tests/cli/stream/test_stream_create_command.rs | 4 +-- .../tests/cli/stream/test_stream_purge_command.rs | 5 ++- .../tests/cli/topic/test_topic_create_command.rs | 4 +-- .../tests/cli/topic/test_topic_delete_command.rs | 3 +- .../tests/cli/topic/test_topic_get_command.rs | 6 ++-- .../tests/cli/topic/test_topic_purge_command.rs | 5 ++- .../tests/cli/user/test_user_get_command.rs | 11 ++---- core/integration/tests/config_provider/mod.rs | 6 ++-- core/integration/tests/mod.rs | 2 +- core/integration/tests/sdk/producer/mod.rs | 2 +- ...h_multiple_clients_polling_messages_scenario.rs | 4 +-- ...with_single_client_polling_messages_scenario.rs | 4 +-- .../server/scenarios/create_message_payload.rs | 2 +- .../server/scenarios/delete_segments_scenario.rs | 9 ++--- .../server/scenarios/message_headers_scenario.rs | 2 +- .../tests/server/scenarios/system_scenario.rs | 14 ++++---- core/integration/tests/state/mod.rs | 2 +- core/integration/tests/streaming/get_by_offset.rs | 21 ++++-------- .../tests/streaming/get_by_timestamp.rs | 13 +++---- core/integration/tests/streaming/messages.rs | 2 +- core/integration/tests/streaming/partition.rs | 6 ++-- core/integration/tests/streaming/segment.rs | 11 +++--- core/integration/tests/streaming/stream.rs | 10 +++--- core/integration/tests/streaming/system.rs | 2 +- core/integration/tests/streaming/topic.rs | 10 +++--- core/integration/tests/streaming/topic_messages.rs | 2 +- core/sdk/src/clients/producer_error_callback.rs | 2 +- core/sdk/src/http/binary_system.rs | 2 +- core/sdk/src/http/binary_users.rs | 2 +- .../stream_builder/config/config_iggy_consumer.rs | 2 +- .../create_consumer_group_handler.rs | 3 +- .../delete_consumer_group_handler.rs | 3 +- .../partitions/create_partitions_handler.rs | 3 +- .../partitions/delete_partitions_handler.rs | 3 +- .../handlers/streams/create_stream_handler.rs | 6 ++-- .../binary/handlers/topics/create_topic_handler.rs | 6 ++-- .../binary/handlers/topics/update_topic_handler.rs | 3 +- .../binary/handlers/users/update_user_handler.rs | 3 +- core/server/src/configs/cache_indexes.rs | 5 ++- core/server/src/configs/config_provider.rs | 2 +- core/server/src/configs/validators.rs | 3 +- core/server/src/http/http_server.rs | 4 +-- core/server/src/http/jwt/jwt_manager.rs | 6 ++-- core/server/src/http/messages.rs | 3 +- core/server/src/http/partitions.rs | 12 +++---- core/server/src/http/streams.rs | 14 +++----- core/server/src/http/system.rs | 2 +- core/server/src/http/topics.rs | 23 ++++--------- core/server/src/http/users.rs | 22 ++++-------- core/server/src/log/logger.rs | 5 ++- core/server/src/main.rs | 9 ++--- core/server/src/quic/quic_server.rs | 2 +- core/server/src/state/command.rs | 40 +++++++++++----------- core/server/src/state/file.rs | 3 +- .../src/streaming/partitions/consumer_offsets.rs | 7 ++-- core/server/src/streaming/partitions/messages.rs | 11 +++--- core/server/src/streaming/partitions/storage.rs | 5 ++- core/server/src/streaming/polling_consumer.rs | 6 ++-- .../src/streaming/segments/indexes/indexes_mut.rs | 2 +- .../streaming/segments/messages/persister_task.rs | 3 +- core/server/src/streaming/segments/segment.rs | 4 +-- .../streaming/segments/types/messages_batch_mut.rs | 4 +-- .../src/streaming/segments/writing_messages.rs | 4 +-- .../src/streaming/systems/consumer_groups.rs | 9 ++--- core/server/src/streaming/systems/messages.rs | 2 +- core/server/src/streaming/systems/snapshot/mod.rs | 2 +- .../src/streaming/systems/snapshot/procdump.rs | 12 +++---- .../src/streaming/topics/consumer_offsets.rs | 2 +- core/server/src/streaming/utils/memory_pool.rs | 2 +- core/server/src/tcp/tcp_listener.rs | 7 ++-- core/server/src/tcp/tcp_tls_listener.rs | 2 +- foreign/java/java-sdk/build.gradle.kts | 2 +- 133 files changed, 305 insertions(+), 439 deletions(-)