Replies: 3 comments
|
Arroyo is sending a |
0 replies
|
which client is arroyo using? |
0 replies
Seems Rust, in which case this client PR seems relevant: nats-io/nats.rs#1536 However, the Arroyo docs think the consumer rate limiting is about messages per second:
So, Arroyo would need an update regardless, since it is bits per second, not messages per second. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Observed behavior
2026/03/15 12:41:11.282135 [WRN] Invalid JetStream request '$G > $JS.API.CONSUMER.CREATE.nats-arroyo.nats-arroyo-source_logs_0-IErrn0U0tX': json: unknown field "rate_limit"
When arroyo start it's pipeline,send a "rate_limit",nats can't handle this parameter "rate_limit"
Expected behavior
want to use arroyo connect nats normal
Server and client version
Arroyo. v0.15.0
NATS v2.12.5
Host environment
No response
Steps to reproduce
No response
All reactions