This is an automated email from the ASF dual-hosted git repository.
gkoszyk pushed a change to branch metadata_module_init
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 732b39c4f redefine metadata trait and define consesus trait
add 40d6715a1 feat(java): add TLS support to TCP connection (#2358)
add b8a61f9c4 feat(web): add autocomplete and docker-compose improvements
(#2361)
new 00ad0a60c Merge branch 'master' into metadata_module_init
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:
core/certs/{iggy_cert.pem => iggy_ca_cert.pem} | 0
core/certs/iggy_cert.pem | 36 ++++----
core/certs/iggy_key.pem | 52 ++++++------
core/connectors/runtime/README.md | 2 +-
core/connectors/runtime/config.toml | 2 +-
core/connectors/runtime/example_config/config.toml | 4 +
.../iggy/client/async/tcp/AsyncIggyTcpClient.java | 99 +++++++++++++++++-----
.../iggy/client/async/tcp/AsyncTcpConnection.java | 92 ++++++++++++++------
.../iggy/client/blocking/tcp/IggyTcpClient.java | 71 ++++++++++++++--
.../client/blocking/tcp/InternalTcpClient.java | 33 +++++++-
web/docker-compose.yml | 19 +++++
web/src/lib/components/Modals/AddUserModal.svelte | 1 +
web/src/routes/auth/sign-in/+page.svelte | 2 +
13 files changed, 305 insertions(+), 108 deletions(-)
copy core/certs/{iggy_cert.pem => iggy_ca_cert.pem} (100%)