ran

Results 23 comments of ran

> Hi @gaoran10 Is there any unassigned issue which I would like to pick up. I'm working on processing the producer state snapshot and recovery. Could you help check that...

The configurations `advertisedAddress` and `advertisedListeners` couldn't work together. Maybe we could use these configurations? Using the configuration `advertisedAddress` is enough? ``` advertisedAddress: {headless service domain}:6650 kafkaListeners=PLAINTEXT://0.0.0.0:9092 kafkaAdvertisedListeners=PLAINTEXT://{headless service domain}:9092 ```...

@osbornm Could you build the NodeJS client follow this README file https://github.com/apache/pulsar-client-node? I think the key point is to build the CPP client on windows first.

Please use the same version for Pulsar and AoP.

Thanks for your contribution! Sorry for the late response, it seems this PR only saves the auto-delete flag in the properties, right? This PR https://github.com/streamnative/aop/pull/646 support saving exchange properties when...

It seems it's more complex, the PR https://github.com/streamnative/aop/pull/554 try to fix this problem, I close this PR first.

@frankjkelly Hi, currently, the AoP is lacking in any form of security support. In the method `receiveConnectionStartOk` and `receiveConnectionSecureOk` of the class `AmqpConnection`, we take a walk around for the...

Yes, I think we could support the delay message feature in AoP based on the Pulsar.

@Richard-Yi Are you interested to work on this feature?

Sure, you could fork this repo and pull a new request for the delay message feature.