Open vcrfxia opened 2 years ago
I have a question. When is the time out configurable implementation going to be made in java client?
This is currently a rather large issue for our dev deployments which setup a clean ksqlDB cluster every time and run accompanying migrations.
It would be great so be able to pass some kind of timeout configuration to at least the ksql-migrations
tool (either CLI or via the ksql-migrations.properties
file), otherwise we need cumbersome retry logic for something that really should not fail due to timeouts.
There's no way today for users to configure request timeouts used by the ksqlDB Java client, or the ksql migrations tool (which leverages the Java client). We should make this timeout configurable.