gnodet opened a new pull request, #21977:
URL: https://github.com/apache/camel/pull/21977

   ## Summary
   
   - Add `tlsEnabled` (boolean, default false) and `tlsCertificatePath` 
(String) configuration options to `IggyConfiguration`
   - Update `IggyClientFactory` to apply TLS settings when building TCP and 
HTTP iggy clients via `enableTls()` and `tlsCertificate(path)` builder methods
   - Propagate TLS parameters through `IggyClientConnectionPool`, 
`IggyProducer`, and `IggyConsumer`
   - Add unit tests for TLS configuration defaults, setters, copy behavior, and 
endpoint URI parsing
   
   ## Test plan
   
   - [x] Unit tests pass (`IggyConfigurationTest` with 5 tests covering 
defaults, setters, copy, and endpoint URI parsing)
   - [ ] Integration tests with TLS-enabled Iggy server (requires 
TLS-configured Iggy instance)


-- 
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]

Reply via email to