Thomas B
Thomas B
> We need a self contained example that triggers the behavior to investigate further. Unfortunately that is going to be too hard to extract for us as well :( Our...
Thanks! I see. That doesn't seem to be the case with queue redirection (before https://github.com/fede1024/rust-rdkafka/commit/24a28bbad94a385929cd3a1b7761c7e11f83f70a) though, no? (Queue redirection is what's done with the StreamConsumer) The commit message mentions: >...
Still waiting for an explanation about what 24a28bbad94a385929cd3a1b7761c7e11f83f70a was trying to achieve to see whether I can ~revert it to fix this issue.
I see. At first sight that doesn't seem worth the perf loss. What's the use-case?
IIUC (but I'm no expert, confirmation welcome) a `Shard` ID (= `u32`) is specific to a node. So to have full information on which precise shard a statement would be...
It doesn't seem like this gives access from the prepared statement + serialized values combination. I feel like that would be more practical to use, as that would enable abstracting...
The issue appears to come from the way we build gRPC Core. It is also not reproducible on all platforms (happens on Arch but not in an Ubuntu docker for...
@purew I don't understand - it seems the issue is still present: parallel build should enable and it doesn't. The workaround is what it is: a workaround. Until people don't...
I don't have the necessary access to reopen it.
Same way as you pass CMAKE_GENERATOR.