You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, 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?
The text was updated successfully, but these errors were encountered:
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, 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?
The text was updated successfully, but these errors were encountered: