Results 44 comments of junglie85

Okay, so it's produced by the code gen plugin. I don't recall that being mentioned in the guide and it's very confusing. Perhaps it would be possible to elaborate, such...

The only mention of code generation in the Rx documentation is that the [Vert.x rxified API is code generated](https://github.com/vert-x3/vertx-rx/blob/master/rx-java/src/main/asciidoc/java/index.adoc#rxified-api). It doesn't explain that this is how rx service proxies should...

Thanks - I've not had time to check this out yet but appreciate you taking the time to help.

I’m trying to link to CSFML via CMake FetchContent module. However, it cannot find the SFML or CSFMLConfig.cmake, even with SFML_DIR set (I’m also including SFML with FetchContent and setting...

I've been experimenting with this some more and the behaviour I am seeing is that the reads are happening from the point in the stream where the tail offset was...

How does that differ from the byte api which does take a slice? https://github.com/pravega/pravega-client-rust/blob/8ea1ecb594e60a79aff52edfabb41c1ea5aa51cb/src/byte/writer.rs#L158

It'd be helpful (cognitively) for the interfaces to be the same. I don't mind whether it's a slice or a vec that is passed in, but I think consistency is...

That's fair enough, I was just being curious. It's a shame that there's not any way to isolate those external dependencies for unit testing though.

I was able to "fix" this by deleting the validating webhook: ``` kubectl delete ValidatingWebhookConfiguration pravega-webhook-config ``` I'm not sure that's a good long-term solution. It'd be good to understand...

Hey @subhranil05 the logs aren't very helpful... ``` kubectl -n pravega logs pod/zookeeper-post-install-upgrade-tg6q7 Checking for ready ZK replicas ZK replicas not ready ```