Joaquim Torres

Results 6 comments of Joaquim Torres

I could definitely do what you said, and simply pass the configuration in on `MyGem` initialization, but I was thinking it would be cool to have the same facilities and...

Is it possible that [this function](https://github.com/quimrstorres/elastisch/blob/master/src/clojurewerkz/elastisch/native/conversion.clj#L1383-L1387) should be slightly different? It looks like it should ensure the compatibility of the keys that are passed to `->action-requests` (see [here](https://github.com/quimrstorres/elastisch/blob/master/src/clojurewerkz/elastisch/native/conversion.clj#L1417)), but it...

Hey @michaelklishin , How do you see this change being implemented? The `clojurewerkz.elastisch.native.conversion` namespace would have a bunch of `->*-builder` functions to replace the `->*-request` ones? I've spent some time...

This is a problem for my team as well and I think [this example](https://github.com/delta-io/delta/issues/860#issuecomment-1297006499) demonstrates it well. We are using Delta to transport data in Debezium CDC payloads. In that...

I forgot to mention before, but using `flink-delta` yields the same result as `delta-rs` then. The data can be written from Flink and then read by Spark. However, this prevents...