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/04/06 07:51:36 UTC

[GitHub] [pulsar] Vanchhay opened a new issue, #15039: [Transaction] Retry transaction immediately when fails without waiting for timeout

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

   **Is your feature request related to a problem? Please describe.**
   I have an application which is required exactly_once which Transaction addresses this problem quite well.
   But the application also need to process each transactions orderly [T1, T2, T3, ... etc]. In case transaction fails to commit, we want to retry the Transaction again right away.
   Unfortunately Transaction doesn't support this as of now.
   
   **Describe the solution you'd like**
   allow to disable transaction timeout
   
   **Additional context**
   using pulsar: 2.9.1
   


-- 
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] github-actions[bot] commented on issue #15039: [Transaction] Retry transaction immediately when fails without waiting for timeout

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #15039:
URL: https://github.com/apache/pulsar/issues/15039#issuecomment-1120334264

   The issue had no activity for 30 days, mark with Stale label.


-- 
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


[GitHub] [pulsar] congbobo184 commented on issue #15039: [Transaction] Retry transaction immediately when fails without waiting for timeout

Posted by GitBox <gi...@apache.org>.
congbobo184 commented on issue #15039:
URL: https://github.com/apache/pulsar/issues/15039#issuecomment-1091220218

   https://github.com/apache/pulsar/issues/13405 will fix this problem


-- 
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


[GitHub] [pulsar] github-actions[bot] commented on issue #15039: [Transaction] Retry transaction immediately when fails without waiting for timeout

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #15039:
URL: https://github.com/apache/pulsar/issues/15039#issuecomment-1148116503

   The issue had no activity for 30 days, mark with Stale label.


-- 
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