Ewen Cheslack-Postava
Ewen Cheslack-Postava
So the problem with using an approach like this is that Kafka Connect was meant for streaming data such that connectors run indefinitely. It isn't a scheduler for finite jobs,...
@patelliandrea I was curious about additional tests that actually trigger the need for this. I know we validate the scale in the logical type conversion which is why this is...
@nick-zh I'm not aware of a specific timeline for this feature in REST Proxy, but I'm not currently focused on REST Proxy (and haven't personally been for awhile now). Of...
The difference in behavior here is due to a combination of type resolution and short circuiting in execution of the `COALESCE` such that after finding a non-null value, no other...
Actually it looks like the constant folding rule in the optimizer is trying to evaluate the cast to simplify, but since the same execution code is used, the optimization is...
@Ycallaer Note that the CLI is currently meant for development purposes, i.e. for getting services up and running locally on your dev box: https://docs.confluent.io/current/cli/installing.html. Because of this, it's designed to...
@maireadmccabe This is from a different repo, but the same applies: https://github.com/confluentinc/schema-registry/wiki/FAQ#when-i-try-to-compile-i-get-an-error-about-a-missing-snapshot-dependency You would need to build/install Kafka before building this repository. This is a relatively new requirement for this...
@JollyNg @sreenivasulun The dependencies for rest-utils are Kafka, then confluentinc/common, then rest-utils. Build these in that order and you should be good. @awartika That's probably better addressed in the Kafka...