Lari Hotari
Lari Hotari
@congbobo184 Would it be possible to describe the impact of the bug that was fixed by this PR? The current description describes implementation level details of the issue. However, most...
https://pulsar.apache.org/docs/next/security-policy-and-supported-versions/ contains the new version, but it is missing from https://pulsar.apache.org/docs/security-policy-and-supported-versions/ . @Anonymitaet I'm reopening this issue until that is resolved.
> @lhotari do you mean that we should cherry-pick (to master) this change to other versioned docs? @tisonkun I guess that is need. In addition I think it's necessary to...
@Anonymitaet how can we get https://pulsar.apache.org/docs/security-policy-and-supported-versions/ to match what is seen at https://pulsar.apache.org/docs/next/security-policy-and-supported-versions/ (to include #16962 changes)?
Nice example @musketyr . I tried using [RxJava's support for reactive pull backpressure](https://github.com/ReactiveX/RxJava/wiki/Backpressure#how-a-subscriber-establishes-reactive-pull-backpressure): ``` void "example of using reactive pull"() { when:"All Freds are listed" AtomicInteger count = new AtomicInteger(0)...
@musketyr @graemerocher It looks like the mongodb-rx drivers support the "reactive pull" backpressure (flow control) since [the producer implements the request method](https://github.com/mongodb/mongo-java-driver-rx/blob/0dda1b5b176b978b31fd93d22d5f22a2f71016d0/driver/src/main/com/mongodb/rx/client/RxObservables.java#L92-L92). I assume it's a matter of making sure...
This is handled as part of #190
@EladDolev good work! > use publishNotReadyAddresses correctly, expose it as a parameter, and remove deprecated alpha annotation this change would be valuable. Please send it as a separate PR.
@smazurov Thanks for the contribution. I created a PR to first revert #204 changes so that we have time to prepare a better solution for migrating to use `cert-manager.io/v1` api...
> To me it looks like the problem has to do with helm-templates expanding empty lines without breaks (`\`) causing the shell call to fail. > Here is what the...