-
Notifications
You must be signed in to change notification settings - Fork 337
tracing: remove asyncresource from kafka instrumentations #5703
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
Open
wconti27
wants to merge
39
commits into
master
Choose a base branch
from
conti/fix-kafka-async-storage
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+205
−146
Open
Changes from 30 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
7fcbd5d
fix kafka asyncstorage
wconti27 88346c1
fix confluent kafka
wconti27 00c5465
run kafka latest
wconti27 6f3379a
fix batch consumer
wconti27 ece0a0b
re run on failure
wconti27 e923e03
another fix
wconti27 27e4a74
change test name
wconti27 38ed0d6
bump timeout
wconti27 1f36645
produce message again if not found
wconti27 cff7f0c
revert tests
wconti27 f8d01af
bump kafka hook version to 1.3.0 which seems more stable
wconti27 1743986
possible fix
wconti27 d6faa52
more changes
wconti27 4d8ec59
other changes
wconti27 d08113a
fix flaky tests
wconti27 fdd6300
fix test flakiness
wconti27 3f4be38
merge with master
wconti27 c122735
fix plugins to run
wconti27 bffbf38
fix final failing test
wconti27 30b1825
fix producer commit
wconti27 b5afcc3
another fix
wconti27 ef13fd8
merge with master
wconti27 c3740e7
Merge branch 'master' into conti/fix-kafka-async-storage
wconti27 bc6abe5
fix headers
wconti27 3cbb073
Merge branch 'master' into conti/fix-kafka-async-storage
uurien 5d83791
Run appsec kafka integration tests
uurien c34d95d
Fix kafkajs tests
uurien efbf99e
Fix tests
uurien ded8927
Fix lint
uurien 56196e9
revert confluent testing change
wconti27 b758c3b
fix reviewer comments
wconti27 66d80c6
add comment
wconti27 ea73b54
Merge branch 'master' into conti/fix-kafka-async-storage
wconti27 fb84244
Merge branch 'master' into conti/fix-kafka-async-storage
wconti27 f62ab73
fix backlogs test
wconti27 59a478e
fix
wconti27 9220a29
Merge branch 'master' into conti/fix-kafka-async-storage
wconti27 7ab6b8c
Merge branch 'master' into conti/fix-kafka-async-storage
BridgeAR e009c85
Merge branch 'master' into conti/fix-kafka-async-storage
wconti27 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -302,3 +302,35 @@ jobs: | |
- uses: ./.github/actions/node/active-lts | ||
- run: yarn test:appsec:plugins:ci | ||
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 | ||
|
||
kafka: | ||
runs-on: ubuntu-latest | ||
services: | ||
kafka: | ||
image: apache/kafka-native:3.8.0-rc2 | ||
env: | ||
KAFKA_PROCESS_ROLES: broker,controller | ||
KAFKA_NODE_ID: '1' | ||
KAFKA_LISTENERS: PLAINTEXT://:9092,CONTROLLER://:9093 | ||
KAFKA_CONTROLLER_QUORUM_VOTERS: [email protected]:9093 | ||
KAFKA_CONTROLLER_LISTENER_NAMES: CONTROLLER | ||
KAFKA_CLUSTER_ID: r4zt_wrqTRuT7W2NJsB_GA | ||
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://127.0.0.1:9092 | ||
KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT | ||
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: CONTROLLER:PLAINTEXT,PLAINTEXT:PLAINTEXT | ||
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: '1' | ||
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: '0' | ||
ports: | ||
- 9092:9092 | ||
- 9093:9093 | ||
env: | ||
PLUGINS: kafkajs | ||
SERVICES: kafka | ||
steps: | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
- uses: ./.github/actions/node/oldest-maintenance-lts | ||
- uses: ./.github/actions/install | ||
- run: yarn test:appsec:plugins:ci | ||
- uses: ./.github/actions/node/active-lts | ||
- run: yarn test:appsec:plugins:ci | ||
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.