-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Pulsar Scaler: fix msgBacklogThreshold
field being named wrongly as msgBacklog
#4736
Conversation
Thank you for your contribution! 🙏 We will review your PR as soon as possible. While you are waiting, make sure to:
Learn more about: |
Thanks for the PR, I have left some small nits |
/run-e2e pulsar |
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
80453c0
to
6c3a227
Compare
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.
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>
Ah ha, no wonder I have a feeling that I was missing something 😆 |
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.
LGTM! ❤️
Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
/run-e2e pulsar |
… `msgBacklog` (kedacore#4736) Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
… `msgBacklog` (kedacore#4736) Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
… `msgBacklog` (kedacore#4736) Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
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)
Hi team,
This PR aims to ix
msgBacklogThreshold
field being named wrongly asmsgBacklog
. I pass down the logger into the methodparsePulsarMetadata
as wellChecklist
Fixes #4681