pbillen

Results 8 comments of pbillen

After reading https://github.com/noxdafox/rabbitmq-message-deduplication/issues/27, I believe this is a duplicate (no pun intented) of that issue.

OK, will do in the next days. Do you agree that the callback for denoting the start of recovery (https://github.com/rabbitmq/rabbitmq-java-client/blob/master/src/main/java/com/rabbitmq/client/RecoveryListener.java#L38) is the first argument, and the the callback for denoting...

@michaelklishin Thanks, that would be great. I believe it could be integrated in 5.x as well, as this should not break the current API. Thanks, greatly appreciated!

FYI, I left out my initial specific PostgreSQL example (which can still be looked up in the edit history) as I expected this would be distracting from the generic intent...

That would be great. You could make the `length` field in `ArrayFragment` optional in the constructor/builder, as in most cases you are reading the full buffer starting from `start`. So,...

@acogoluegnes Thanks! I'm very interested in the outcome of that benchmark project.

Great! I have unfortunately zero experience with OCaml, but you can count me in to beta test the PR.

I believe that the introduction of `copyprogalways = true` will also resolve the following request: https://github.com/bcpierce00/unison/issues/219.