Bruce Guenter
Bruce Guenter
I tracked down the rdkafka bug: https://github.com/fede1024/rust-rdkafka/issues/416
Ok, so this works for Linux (and macOS apparently), but fails to link on ARM64 and Windows due to openssl symbol issues. This is undoubtedly due to the update to...
We have merged support for a relevant version of rdkafka (#10302), but there still appear to be some linking issues on the less common platforms. It probably will need to...
This is an old PR that might be fixed by simply merging in current `master` branch. However, the sources for the `kafka` source have diverted significantly since the last merge,...
Thanks for the note @jches, I'll be sure to add a follow-up issue once this is merged.
@dependabot rebase
I upgraded my desktop (a different system) to 2.51.2 (should have done it a while ago anyways). I ran it with `-repeat 1 -watch` and confirmed that the process growth...
Since I am running on Gentoo with a custom ebuild, I can easily add any patches to help with testing. Unfortunately, I know very little OCaml, so I can't help...
I started running `unison -ui text -repeat 1` (1 second to make it exhibit the problem quicker) with `watch = false` in my config. Running `ps $(pgrep unison)` confirms no...
It is the former (no graceful shutdown). My current process is to watch the text output and quickly hit Control-C when I see the `Synchronization complete …` or `Nothing to...