This is an automated email from the ASF dual-hosted git repository.
piotr pushed a change to branch bench-dashboard-embeddings
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 01be1e03d Merge branch 'master' into bench-dashboard-embeddings
add 29a27cc00 feat(java): add missing methods to async TCP UsersClient
(#2837)
add 71c96d465 Merge branch 'master' into bench-dashboard-embeddings
No new revisions were added by this update.
Summary of changes:
.../org/apache/iggy/client/async/UsersClient.java | 115 ++++++++++
.../iggy/client/async/tcp/AsyncTcpConnection.java | 56 +++++
.../iggy/client/async/tcp/UsersTcpClient.java | 95 +++++++-
.../iggy/client/async/tcp/UsersTcpClientTest.java | 239 +++++++++++++++++++++
4 files changed, 502 insertions(+), 3 deletions(-)
create mode 100644
foreign/java/java-sdk/src/test/java/org/apache/iggy/client/async/tcp/UsersTcpClientTest.java