Francesco Capponi
Francesco Capponi
To add to @riley-martine example of configs, I often find myself creating message-passing systems (e.g. celery, kafka etc..). All of these need well defined message schemas that will be passed...
I did the same, but it is quite more expensive, that I’d rather not keep for longer term On Mon, Sep 19, 2022 at 10:57 PM t0nem1n ***@***.***> wrote: >...
It appears that using this option in the source solves the problem ``` // this is required otherwise in the schema it uses "debezium native types" such as "io.debezium.time.Date", //...
Double checking this, it appears that using the option: ``` "time.precision.mode": "connect", ```` works for the `date` field only, but not the `timestamp`. Does a work around exist?
Additional: According to debezium guide, the `timestamp` type is not affected by the `time.precision.mode:connect` param. (https://debezium.io/documentation/reference/stable/connectors/mysql.html#mysql-temporal-types) This is very unexpected. Is there a way we can have JDBCSinkConnector convert all...
This is a great idea! would it be possible to have an "easy to configure" adapter for sending requests to corporate Claude/OpenAi gateways?
> How are your producers adding that byte sequence in the first place? Wouldn't it make more sense to fix your strings at the producer? Hi @OneCricketeer According to: https://stackoverflow.com/a/1348551,...