Stream Sourcing : Limit of the number of transforms rules that can be configured as part of Stream Sources->SubjectTransforms #5463
Unanswered
arunsmenon88
asked this question in
Q&A
Replies: 1 comment
-
Technical limits aside imo more than 10 would suggest a design problem in how your subject layout is put together. Why would you need so many? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello NATS team,
Is there a limit to the SubjectTransforms that can be configured as part of the StreamConfig.Source.[]SubjectTransforms ?
As a test case, i tried to configure upto 1000 transform rules as part of my StreamSource->SubjectTransforms (using nats.go) and i could observe that the stream create or stream update operation takes more than 30 seconds to complete.
Is there any guidance on how many transform rules can be configured and how it would impact the performance of nats-server?
Beta Was this translation helpful? Give feedback.
All reactions