Skip to content
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

Resolved Trigger deadLetterSink is available in the status #1092

Merged
merged 2 commits into from
Jul 29, 2021

Conversation

pierDipi
Copy link
Member

Fixes #1086

Proposed Changes

  • Resolved Trigger deadLetterSink is available in the status
  • Upgrade eventing by running go get -u knative.dev/eventing@main && ./hack/update-deps.sh

Release Note

The Trigger status contains the resolved URL of the configured dead letter sink.

/kind enhancement

@google-cla google-cla bot added the cla: yes Indicates the PR's author has signed the CLA. label Jul 10, 2021
@knative-prow-robot knative-prow-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. area/control-plane size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jul 10, 2021
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
@codecov
Copy link

codecov bot commented Jul 10, 2021

Codecov Report

Merging #1092 (d2e2f32) into main (ec19976) will decrease coverage by 0.01%.
The diff coverage is 91.42%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1092      +/-   ##
============================================
- Coverage     75.79%   75.77%   -0.02%     
+ Complexity      464      462       -2     
============================================
  Files            87       87              
  Lines          3003     3030      +27     
  Branches        138      138              
============================================
+ Hits           2276     2296      +20     
- Misses          561      568       +7     
  Partials        166      166              
Flag Coverage Δ
java-unittests 79.89% <ø> (-0.31%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
control-plane/pkg/reconciler/trigger/trigger.go 70.62% <62.50%> (-1.21%) ⬇️
control-plane/pkg/core/config/utils.go 81.33% <100.00%> (+6.33%) ⬆️
...-plane/pkg/reconciler/trigger/trigger_lifecycle.go 42.85% <100.00%> (+8.16%) ⬆️
...a/broker/dispatcher/impl/RecordDispatcherImpl.java 82.35% <0.00%> (-10.59%) ⬇️
...e/eventing/kafka/broker/core/file/FileWatcher.java 78.20% <0.00%> (+5.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec19976...d2e2f32. Read the comment docs.

@matzew
Copy link
Contributor

matzew commented Jul 23, 2021

a bit of a nit here, see my comments.

Is it possible to also update/rebase this PR, inclduing the upgrade? So we can close 1088 when this is in?

@matzew
Copy link
Contributor

matzew commented Jul 26, 2021

@pierDipi or should we merge this, and just wait for the automated updater (fine with me too)

Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
@pierDipi
Copy link
Member Author

Yes, we can merge this, and wait for the bot to rebase #1088

@knative-metrics-robot
Copy link

The following is the coverage report on the affected files.
Say /test pull-knative-sandbox-eventing-kafka-broker-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
control-plane/pkg/core/config/utils.go 88.1% 91.1% 3.0
control-plane/pkg/reconciler/trigger/trigger.go 85.1% 84.6% -0.5
control-plane/pkg/reconciler/trigger/trigger_lifecycle.go 41.2% 56.5% 15.3

Copy link
Contributor

@matzew matzew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 29, 2021
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: matzew, pierDipi

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@pierDipi
Copy link
Member Author

Webhook EOF error
/retest

@pierDipi
Copy link
Member Author

/retest

@knative-prow-robot knative-prow-robot merged commit 0cf61a8 into knative-extensions:main Jul 29, 2021
Cali0707 pushed a commit to Cali0707/eventing-kafka-broker that referenced this pull request Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/control-plane cla: yes Indicates the PR's author has signed the CLA. kind/enhancement lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Tracking knative/eventing#5363] Resolved Trigger deadLetterSink is not available in status
4 participants