GaneshPatil7517 commented on PR #2560: URL: https://github.com/apache/iggy/pull/2560#issuecomment-3749571324
Hi @mmodzelewski, thanks for the quick review You're right - the Redshift connector commits were accidentally included. I've cleaned up the branch and force-pushed. The PR now contains only the TCP transport support changes: **Single commit:** `feat(flink): add TCP transport support for Flink connector` **Changes summary:** - Added `TransportType` enum (HTTP/TCP) - Created `IggyClientFactory` for transport-agnostic client creation - Updated `IggyConnectionConfig` with transport settings - Modified sink to use `IggyBaseClient` interface - Added unit tests and documentation All 137 tests pass locally. Ready for review! -- 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]
