-
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
Apache Pulsar: Add support for partitioned topics #3834
Apache Pulsar: Add support for partitioned topics #3834
Conversation
@michaeljmarshall looking good, could you please rebase the branch? |
Signed-off-by: Michael Marshall <[email protected]>
3364691
to
1b55abd
Compare
Signed-off-by: Michael Marshall <[email protected]>
1b55abd
to
d238070
Compare
/run-e2e pulsar* |
@michaeljmarshall e2e test failed. |
Signed-off-by: Michael Marshall <[email protected]>
Thanks @zroubalik. I tested locally and think these changes should work now. |
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
nice work!
/run-e2e pulsar* |
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 contribution!
Signed-off-by: Michael Marshall [email protected]
Apache Pulsar has topics and partitioned topics. In order to support scaling partitioned topics, the Scaler needs to call a different stats endpoint. The data returned by that endpoint is in the same format as the one returned by the non-partitioned stats endpoint.
Checklist
Fixes #3833
Relates kedacore/keda-docs#975