crossoverJie
crossoverJie
> Package: `internal`->`backoff` > Interface name: `BackoffPolicy`-> `Policy` Update: `BackoffPolicy internal.BackoffPolicy` -> `BackOffPolicyFunc func() backoff.Policy`: 1. Because the Policy is concurrently called in the consumer, it has been modified to...
@ivan-penchev In this [PR](https://github.com/apache/pulsar-client-go/pull/1230), the Go version is upgraded to a minimum of 1.20, but the slog package is officially used in [1.21](https://go.dev/blog/slog). This change requires upgrading the Go version...
> Edit: @crossoverJie I decided to give the upgrade a chance, after reading go's release policy. I hope I haven't done anything bad. I have no objections to upgrading to...
https://github.com/apache/pulsar/blob/679a3d49eefc2a82bbeba085c258b1f2b751f28a/pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/AdminApi2Test.java#L710 https://github.com/apache/pulsar/blob/20e83b96c3fcf10010977ab785093e105e4e40d8/pulsar-client-admin-api/src/main/java/org/apache/pulsar/client/admin/Topics.java#L1657 Use admin client instead of rest api.
@jcass8695 This is a great feature. I have added the relevant methods for Java. BTW, the PIP number is conflicting with https://github.com/apache/pulsar/pull/23061.
> * I sent an email to [[email protected]](mailto:[email protected]) but it seems like there hasn't been any discussion thread created that I can see on the [mailing lists forum](https://lists.apache.org/[email protected]) - does...
 @jcass8695 However, I did not see the email you send on the mailing list🤔.
https://github.com/apache/pulsar-client-go/issues/403#issuecomment-735995132 https://github.com/apache/pulsar-client-go/issues/217#issuecomment-619384515 I have a doubt. Based on the discussion here, `ackTimout` is a legacy feature; do we still need to add new functionalities for this feature?
> I'd also like to see a E2E test for this behaviour. I'll add it later.
> Could we switch to the standard semantics? Good suggestion. I agree with you. > ``` > An empty label selector matches all objects. A null label selector matches no...