-
Notifications
You must be signed in to change notification settings - Fork 138
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
connector transport actions and disable native memory CB #1056
Conversation
import lombok.extern.log4j.Log4j2; | ||
|
||
@Log4j2 | ||
public class ConnectorAccessControlHelper { |
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.
This class already included in Zan's PR: #1055
Update: I see why you have to add this class. The connector transport action depends on this class.
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.
The build is failing without this class. So let's merge this 1055 PR first.
1f824fe
to
2d4ab84
Compare
Signed-off-by: Xun Zhang <[email protected]>
Codecov Report
@@ Coverage Diff @@
## 2.x #1056 +/- ##
============================================
- Coverage 78.51% 76.36% -2.16%
+ Complexity 1978 1976 -2
============================================
Files 158 162 +4
Lines 8047 8275 +228
Branches 809 830 +21
============================================
+ Hits 6318 6319 +1
- Misses 1363 1589 +226
- Partials 366 367 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Description
add connector transport actions and disable native memory circuit breakers.
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.