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
Provide blockhound integrations #4493
Provide blockhound integrations #4493
Changes from 65 commits
aefb531
d7f7832
efc103e
a79db10
4ed4430
a525ea5
a59abe9
a372f97
38eab8e
11e8e18
c19df94
de27a01
915a13f
4667dd7
4e347fe
4c33818
951d139
e7b5f63
1c12c96
9967be7
ac65758
bcb8852
fa0af51
f63fb1d
4868630
963dbff
945b97b
2c35237
c090caa
72f36c9
112bf0f
7886cdf
9efa8fc
a954fb7
94709eb
16b981d
c53d47e
91817ee
1306226
8d018c8
c3a6751
ee70fe7
de28584
f8378d6
7c45b4f
83b9dea
9fc4de7
ceb90c3
c728c0d
790a159
7bce4ed
d62510a
ece0c57
1964164
af3ed91
1b83ac5
b533ab5
13fd9ad
eb3b520
30a8e9e
80c6769
9d2ea23
18a99f5
622ee84
3587660
957e9c5
c4a269c
99b9dea
6cd0f6b
0998d71
7b6dd68
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.
Is there any case a user needs to refer to our
BlockHoundIntegration
implementations manually? If not, can we move allBlockHoundIntegration
into theinternal
package, given that they are loaded automatically via SPI?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.
I thought users may want to exclude some
BlockHoundIntegration
s (not necessarily armeria's)e.g.
https://github.com/reactor/BlockHound/blob/master/docs/customization.md#customization
If there is no need, I'm fine with hiding them. Let me know what you think
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.
I see. Then it's fine as it is :-)