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

Pulsar Scaler: fix msgBacklogThreshold field being named wrongly as msgBacklog #4736

Merged
merged 4 commits into from
Jun 30, 2023

Conversation

dttung2905
Copy link
Contributor

@dttung2905 dttung2905 commented Jun 24, 2023

Hi team,
This PR aims to ix msgBacklogThreshold field being named wrongly as msgBacklog . I pass down the logger into the method parsePulsarMetadata as well

Checklist

Fixes #4681

@dttung2905 dttung2905 requested a review from a team as a code owner June 24, 2023 09:16
@github-actions
Copy link

Thank you for your contribution! 🙏 We will review your PR as soon as possible.

While you are waiting, make sure to:

Learn more about:

pkg/scalers/pulsar_scaler.go Outdated Show resolved Hide resolved
pkg/scalers/pulsar_scaler.go Outdated Show resolved Hide resolved
@JorTurFer
Copy link
Member

JorTurFer commented Jun 29, 2023

Thanks for the PR, I have left some small nits

@JorTurFer
Copy link
Member

JorTurFer commented Jun 29, 2023

/run-e2e pulsar
Update: You can check the progress here

Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
@dttung2905 dttung2905 force-pushed the fix-pulsar-scaler-msgbacklog branch from 80453c0 to 6c3a227 Compare June 29, 2023 13:31
Copy link
Member

@JorTurFer JorTurFer left a comment

Choose a reason for hiding this comment

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

LGTM!
Thanks for the fix ❤️ Could you update the changelog as well to reflect this?

Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
@dttung2905
Copy link
Contributor Author

Ah ha, no wonder I have a feeling that I was missing something 😆

Copy link
Member

@JorTurFer JorTurFer left a comment

Choose a reason for hiding this comment

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

LGTM! ❤️

Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
@JorTurFer
Copy link
Member

JorTurFer commented Jun 30, 2023

/run-e2e pulsar
Update: You can check the progress here

@JorTurFer JorTurFer enabled auto-merge (squash) June 30, 2023 06:24
@JorTurFer JorTurFer merged commit a57d00a into kedacore:main Jun 30, 2023
21 checks passed
JorTurFer added a commit to JorTurFer/keda that referenced this pull request Jul 27, 2023
… `msgBacklog` (kedacore#4736)

Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
JorTurFer added a commit to JorTurFer/keda that referenced this pull request Jul 27, 2023
… `msgBacklog` (kedacore#4736)

Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
JorTurFer added a commit to JorTurFer/keda that referenced this pull request Jul 27, 2023
… `msgBacklog` (kedacore#4736)

Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
JorTurFer added a commit that referenced this pull request Jul 27, 2023
Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
Co-authored-by: Dao Thanh Tung <ttdao.2015@accountancy.smu.edu.sg>
Co-authored-by: Eldarrin <32762846+Eldarrin@users.noreply.github.com>
fix `msgBacklogThreshold` field being named wrongly as `msgBacklog` (#4736)
fix: AWS Pod Identity uses default service account if not provided (#4768)
fix: Restore prometheus metrics in Metrics Server (#4766)
fix repo bug (#4792)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keda Pulsar integration doc says msgBacklogThreshold is the parameter but code is looking for msgBacklog
2 participants