Hideaki Oguni

Results 9 comments of Hideaki Oguni

@Matt-Esch What kind of environment did you use? Can you tell us the details of the issue?

> We should keep the original test with `x.pem`key. In ```testRSAEncryption```, ```producer``` and ```producer2``` use the same key, so it looks like producer2 is not needed. https://github.com/apache/pulsar/blob/529e1ab80998143cfe793c018429e9d2bbee5473/pulsar-broker/src/test/java/org/apache/pulsar/client/api/SimpleProducerConsumerTest.java#L2780-L2783 Actually, in ECDSA's...

I missed many tests using ```private-key.client-rsa.pem```. I modified them.

I found the same problem and I'm trying to fix it in this PR. https://github.com/apache/pulsar-client-cpp/pull/126 FYI c++ client was separated from pulsar repository several months ago. https://github.com/apache/pulsar/issues/17724

Analysis of the entry log shows that bookie I and J also have entries of ledger xx. However, the first few hundred entries that bookie I and J should have...

@lhotari Thank you for the comment. I’ve fixed it. - Changed the logic to insert well-known path before the issuer path when `wellKnownMetadataPath` is configured. - For OIDC, keep the...

@franck-mahieu Which subscription type did you use? Currently, ```Message.getRedeliveryCount()``` always return 0 if subscription type is Exclusive or Failover.

@fabianwikstrom Could you explain what 'inspect the message' means? I would like to see the consumer code.