Mark Paluch

Results 497 issues of Mark Paluch

Also, we should support `sslnegotiation=requiredirect` as of Postgres 17. See https://github.com/postgres/postgres/commit/d39a49c1e459804831302807c724fa6512e90cf0

type: enhancement

### Discussed in https://github.com/redis/lettuce/discussions/2809 Originally posted by **rkeely** April 2, 2024 I would like to know the reason of only publishing `TopologyRefreshEvent` to EventRecorder as implemented [here]( https://github.com/redis/lettuce/blob/8848d151ef902976faa8806e4dafd7d62478e9fd/src/main/java/io/lettuce/core/cluster/RedisClusterClient.java#L888). My app...

status: waiting-for-triage

`PgRowPublisherOperation` accepts `Flow.Subscriber` that requests a number of data signals `n` (typically rows) via `Subscription.request(n)`. `PgRowPublisherOperation` should consider demand to: * Determine a reasonable fetch size (probably a good suggestion...

In my build, I'd like to set up multiple plugin executions: ```xml org.jfrog.buildinfo artifactory-maven-plugin 2.6.1 deploy-docs publish … deploy-schema publish … ``` I'm using this pattern to run the plugin...