Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[TH2-2212] merged with dev 5 #283
[TH2-2212] merged with dev 5 #283
Changes from 51 commits
7cf0aec
d4949c1
fa2f55f
9ae7680
16d1cf2
6b85ae2
dad038c
0261f2f
92129f3
3ca6ddd
eb394c2
0547a17
7ed4122
6b643fd
e4a9ad6
c22cef6
8be1815
aaf58d1
1e9de98
23bc510
3bd042c
0efa181
17dc5a5
0cbfb9b
4b75b33
2f63aa7
7ed2dd6
19182f9
f1900b7
8b81bf6
b91cc5c
9cbd388
822e274
34c9ebe
b0183b6
3d8f7ef
0b4ccbf
767ee07
57b2d02
7fc34cc
0afeda6
3c2e1d7
0def228
e79d84b
385e484
3a29537
3fb9036
41c247e
28b9e4b
49ecdb6
672f098
50e8891
04df9ac
df85890
d9f110b
5949809
04ede78
eb2ef35
945d364
4835df2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Why do we catch InterruptedException in here (private method). I think InterruptedException should be a signal for interruption of retry or subscribe process
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.
If we are in catch block subscribe retry process is already interrupted (because it's in try block - connectionManager.basicConsume).