mmodzelewski opened a new pull request, #2947: URL: https://github.com/apache/iggy/pull/2947
The blocking TCP client had its own independent protocol implementation via InternalTcpClient using Reactor Netty. This duplicated all serialization, request/response handling, and connection logic already present in the async client. Replace InternalTcpClient with thin delegation to AsyncIggyTcpClient, resolving CompletableFutures via FutureUtil.resolve(). This eliminates ~900 lines of duplicated protocol code and the Reactor dependency, replacing it with direct Netty modules. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
