Oliver Weiler
Oliver Weiler
@georgalis Hi, I've somehow missed a `$` that's probably why the function didn't work for you. @dylanaraps explains the function better than I ever could. Example use case: Prepending the...
> I would also quote the `$2` inside `$(< $2)`, so `$(< "$2")`. > > The only issue with this method is that it'll be slow for large files. `bash`...
Still no progress on this issue? This is quite a blocker on Windows Server Github runners :/.
> This sounds like a really useful idea! I just have one quick question. I'm not too familiar with how SDKMAN manages versions, but would the new version of the...
Would love to!
Sounds like a good idea. Maybe I should quickly describe how the command is supposed to work: - You pass in the list of broker URLs, the connector-name and the...
Hi @gunnarmorling! Will probably take a week or two before I can start working on this. The heavy rain here in NRW has flooded our basement and it will take...
> For a multi-task (source) connector, there'd be an offset for each source partition, right. It might make sense to be able to delete all or only one of them?...
Hi @gunnarmorling, regarding the Debezium documentation for removing committed offsets: https://debezium.io/documentation/faq/#how_to_remove_committed_offsets_for_a_connector It only mentions the connector name, but says nothing about per-task offsets. I'll need to try this out this...
Interesting! It should only take a few small changes to make the code work with multiple entries. I already scan all partitions. I guess resetting offsets for only a subset...