Hartmut

Results 58 comments of Hartmut

Hi everyone, with https://github.com/nuxt/image/pull/769 a first step has been implemented - just as the docs say. I think the docs reflect the _main_ branch until `1.0.0` GA is reached. So...

I run into a similar issue. I didn't test (also not sure which code version the stacktrace applies to) but following might also fix this issue... Part of https://github.com/scylladb/kafka-connect-scylladb/pull/61: -...

It might not be what the datastax sink connector provides, also maybe not what you're looking for.. but it's also doable via SMT _RegexRouter_: ```json { "name": "my_connector", "config": {...

hmm since Kafka timestamp is in milliseconds, how about adding the kafka record offset % 1000 (mod 1000) as microseconds? e.g. with offset of below first kafka msg at `32176`...

seems the timestamp incorrect unit has already been fixed in https://github.com/scylladb/kafka-connect-scylladb/pull/29

but not yet released? I was testing with Version `1.0.0` which still has old timestamps... https://www.confluent.io/hub/scylladb/kafka-connect-scylladb

I'd create PR for the proposed solution, what do you think @avelanarius?

changed into draft, didn't consider the order might actually be reversed when the offset happens to be passing **999...*1000 🤐 Will give that some more thought...