You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use external and external-push extensions, kdea will create a gRPC connection for each request, and use metadata as hashkey will result in a gRPC connection per ScalerObject
Expected Behavior
The same address use the same connection.
Actual Behavior
Create too many gRPC connection
Steps to Reproduce the Problem
create external server will got
transport: http2Server.HandleStreams failed to read frame: read tcp 10.49.19.213:8080->10.248.227.73:53532
Logs from KEDA operator
example
KEDA Version
No response
Kubernetes Version
No response
Platform
No response
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Report
When we use
external
andexternal-push
extensions,kdea
will create a gRPC connection for each request, and use metadata as hashkey will result in a gRPC connection perScalerObject
Expected Behavior
The same
address
use the same connection.Actual Behavior
Create too many gRPC connection
Steps to Reproduce the Problem
create
external
server will gotLogs from KEDA operator
KEDA Version
No response
Kubernetes Version
No response
Platform
No response
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: