ksql icon indicating copy to clipboard operation
ksql copied to clipboard

ksqldb-api-client: cannot configure proxy, truststore managers, key types, daemon threads, etc.

Open credmond opened this issue 1 year ago • 0 comments

This Ksqldb Java client API, which wraps Vertx, is totally inflexible. It's incredibly short-sighted. Why? You cannot set proxy configuration, connect or read timeouts, or key types besides JKS, or to use daemon threads, etc., (all things the underlying Vertx framework supports).

Why wrap a framework only to castrate its functionality like this and provide no sensible way to customise / override?

credmond avatar Jan 02 '25 01:01 credmond