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
If I create a stream 'mystreamagg' in account A, that sources stream 'mystream' in account B and stream 'mystream' in account C. Because the streams in account B and accout C have the same name, I cannot configure flow control properly.
A basic config works without flow control works. But because flow control cannot be configured correctly, the sourcing stream can/will be stalled and in practice that means it doesn't work.
Expected behavior
I should be able to configure flow control to work when both streams have the same name. Note that it works if they have different names because the FC subject contain the stream name.
Potential solution to fix it: If I could prefix the FC subjects like I do with the JS API when defining a stream source
Observed behavior
If I create a stream 'mystreamagg' in account A, that sources stream 'mystream' in account B and stream 'mystream' in account C. Because the streams in account B and accout C have the same name, I cannot configure flow control properly.
A basic config works without flow control works. But because flow control cannot be configured correctly, the sourcing stream can/will be stalled and in practice that means it doesn't work.
Expected behavior
I should be able to configure flow control to work when both streams have the same name. Note that it works if they have different names because the FC subject contain the stream name.
Potential solution to fix it: If I could prefix the FC subjects like I do with the JS API when defining a stream source
then I'd be able to import the FC subjects from both accounts under a different name and it would all work.
Server and client version
Server: 2.10.25
Client: 0.1.6
Host environment
No response
Steps to reproduce
Here's a basic server config:
And the aggregate stream:
The streams in B and C are just normal streams.
The text was updated successfully, but these errors were encountered: