Roman Heinrich
Roman Heinrich
Yes, it's rather unfortunate, it makes efficient listening for updates rather impossible. @phughk are there any time estimations when this issue could be solved?
@phughk Thanks for the feedback! Damn, those PRs are huuuge... Might take a while... I've narrowed the issue for the missing record ID to this line: `https://github.com/surrealdb/surrealdb/blob/main/lib/src/doc/pluck.rs#L30` ```rust Output::Diff =>...
Actually... This could be "sneaked" into https://github.com/surrealdb/surrealdb/pull/2510/, since it exhibits exactly the same issue as current non-remote notification. If we add the following field to all Notification structs ```rust pub...
@phughk The actual change (without tests / docs) took 7 lines of code. Maybe I've missed something, but this looks like a feasible solution. I've opened a PR, but feel...
@rushmorem I guess this might be a more preferable solution, since the record id would be added to the notifications only for `DIFF` queries, so the payload would not increase...
@dallagi I would suggest trying https://vectorized.io/redpanda :) This should be API compatible, yet much simpler to use, especially with docker.
@halfgaar Thanks for the quick response! I'll try to compile it, maybe this solves it.
@kdrag0n Thanks! I had the same problem with signal 4 also with some other software binaries. Like this one: - https://github.com/open-joinbase/JoinBase/releases . But it's x64, so it seems to be...
@halfgaar I have managed to compile it myself. Still it fails with the same error message. ```bash root@ubuntu:/Users/roman/Desktop/work/linux/FlashMQ/FlashMQBuildRelease# ls CMakeCache.txt CMakeFiles cmake_install.cmake CPackConfig.cmake _CPack_Packages CPackSourceConfig.cmake flashmq flashmq_1.6.5-1691940405+jammy_amd64.deb install_manifest.txt Makefile root@ubuntu:/Users/roman/Desktop/work/linux/FlashMQ/FlashMQBuildRelease#...
@kdrag0n If QEMU doesn't support emulating AVX, we're out of luck, I guess? I just love the convenience of having a snappy Linux ENV with a single bash command. But...