-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added region property to client properties #11870
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ogkunald. This looks great! 🚀
👍 Code and tests are perfect
❌ Please rebase and squash your commits into one or more commits with meaningful messages that follow our commit message guidelines. By writing meaningful commit messages, future code readers may be better equipped to understand why these changes were made. The consistency of the message types also helps us to keep our commit history easy to read.
Test Results1 003 files ± 0 1 003 suites ±0 1h 54m 5s ⏱️ + 4m 28s Results for commit 4bd5eeb. ± Comparison against base commit 867b877. This pull request removes 636 and adds 552 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Seems that checkstyle detected a minor code style issue (just some training whitespace):
|
392094d
to
f2b087b
Compare
f2b087b
to
867b877
Compare
Hi @korthout As per your suggestion.
Please review and let me know. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build succeeded: |
/backport |
Successfully created backport PR for |
Successfully created backport PR for |
11837: [Backport stable/8.0] fix: don't re-wrap runtime exceptions thrown inside a transaction r=oleschoenburg a=oleschoenburg Manual backport of #11701 without the last commit which contained a test that is not straight forward to re-implement without the stream-platform abstraction. 11915: [Backport stable/8.0] added region property to client properties r=korthout a=backport-action # Description Backport of #11870 to `stable/8.0`. relates to #11846 Co-authored-by: Ole Schönburg <ole.schoenburg@gmail.com> Co-authored-by: ogkunald <kunaldongare111@gmail.com>
11837: [Backport stable/8.0] fix: don't re-wrap runtime exceptions thrown inside a transaction r=oleschoenburg a=oleschoenburg Manual backport of #11701 without the last commit which contained a test that is not straight forward to re-implement without the stream-platform abstraction. 11915: [Backport stable/8.0] added region property to client properties r=korthout a=backport-action # Description Backport of #11870 to `stable/8.0`. relates to #11846 Co-authored-by: Ole Schönburg <ole.schoenburg@gmail.com> Co-authored-by: ogkunald <kunaldongare111@gmail.com> Co-authored-by: Nico Korthout <nico.korthout@camunda.com>
Description
added
region
property to the client configuration propertiesRelated issues
closes #11846
Definition of Done
Not all items need to be done depending on the issue and the pull request.
Code changes:
backport stable/1.3
) to the PR, in case that fails you need to create backports manually.Testing:
Documentation:
Other teams:
If the change impacts another team an issue has been created for this team, explaining what they need to do to support this change.
Please refer to our review guidelines.