Conversation
Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
|
/run-e2e pulsar |
dttung2905
left a comment
There was a problem hiding this comment.
Generally LGTM, just 1 tiny nit from me and we are good to go
|
/run-e2e pulsar |
Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
|
/run-e2e pulsar |
Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
|
/run-e2e pulsar |
|
/run-e2e pulsar |
| OauthTokenURI string `keda:"name=oauthTokenURI, order=triggerMetadata, optional"` | ||
| Scope string `keda:"name=scope, order=triggerMetadata, optional"` | ||
| ClientID string `keda:"name=clientID, order=triggerMetadata, optional"` | ||
| EndpointParams string `keda:"name=EndpointParams, order=triggerMetadata, optional"` | ||
|
|
||
| pulsarAuth *authentication.AuthMeta |
There was a problem hiding this comment.
any chance this can be replaced by authentication.Config? No problem if not, just thought it might simplify the code a bit if it helps.
keda/pkg/scalers/authentication/authentication_types.go
Lines 95 to 104 in 4b5c62e
There was a problem hiding this comment.
Oh, it just happened to be merged when you posted your comment. Perhaps consider converting this request to an issue with a "good-first-issue" label?
There was a problem hiding this comment.
yeah, race condition with maintainer executions, happens all the time...
There was a problem hiding this comment.
This is my fault, I shouldn't review and merge anything else 😄 Just live and enjoy 🤣
Yeah, let's open an issue for this, it's a quite good good-first-issue
There was a problem hiding this comment.
all good, technically I reviewed late according to the timestamps
* refactor pulsar scaler Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> * Update after feedback Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> --------- Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> Signed-off-by: David Pochopsky <david.pochopsky@united.com>
* refactor pulsar scaler Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> * Update after feedback Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> --------- Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> Signed-off-by: Dmitriy Altuhov <altuhovd@gmail.com>
* refactor pulsar scaler Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> * Update after feedback Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> --------- Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
* refactor pulsar scaler Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> * Update after feedback Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> --------- Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
Refactor pulsar scaler
Checklist
Relates to #5797