Re: [DISCUSS] Plan for Pulsar Go Client 1.0.0

2024-03-30 Thread Zixuan Liu
I don't recommend breaking user APIs. There are many ways we can avoid it. > 1. We should support passing the context to some IO-related methods like `Ack`, `Close`, `Flush`, etc, or any other methods. There is an issue related to this discussion. [2] We can add a method with context, so like: Cl

Re: [DISCUSS] GEO-replication issues on topic level

2024-03-30 Thread Zixuan Liu
> Therefore, creating topics at the remote clusters when the admin uploads the replication policies is an acceptable solution. That is following the current behavior of the topic creating for the geo-replication enabling in namespace level and no-partition topic at the topic level. That is not a b