You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/13 00:05:45 UTC

[GitHub] [pulsar] nicoloboschi opened a new issue, #18897: [Bug] Not able to produce messages if transactions enabled and encryption required

nicoloboschi opened a new issue, #18897:
URL: https://github.com/apache/pulsar/issues/18897

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Version
   
   Master, 2.11.0
   
   ### Minimal reproduce step
   
   - Enable transactions
   - Set encryption required to true in a namespace. 
   - Produce a message (even not in a transaction) in that namespace
   
   ´´´
   2022-12-13T00:56:26,908 - WARN  - [pulsar-io-17-4:ClientCnx@751] - [id: 0xdde12b57, L:/127.0.0.1:54275 - R:localhost/127.0.0.1:54202] Received error from server: Encryption is required in persistent://tnx/ns-prechecks/__transaction_buffer_snapshot
   ´´´
   
   
   
   ### What did you expect to see?
   
   The internal topic should by pass the encryption requirement 
   
   ### What did you see instead?
   
   Not able to produce any message since the Producer cannot be created successfuly on the client side due to that error
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] nicoloboschi closed issue #18897: [Bug] Not able to produce messages if transactions enabled and encryption required

Posted by GitBox <gi...@apache.org>.
nicoloboschi closed issue #18897: [Bug] Not able to produce messages if transactions enabled and encryption required
URL: https://github.com/apache/pulsar/issues/18897


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org