Results 33 comments of Ahmet Enes Bayraktar

Here, extract the zip and put it under `example`. This is what step 2 does above. [windows.zip](https://github.com/dart-lang/pub/files/8631472/windows.zip)

Imagine that the endpoint is something that consumes too much resource and it can be called multiple times by a single client in parallel. In order not to waste resource...

Thank you @lucas-labs. We actually inspired from your project to achieve what we want. Thanks for the idea!

> The timeout comes from the server, which takes time to execute the operation. I don't see how the CancellationToken can improve the situation here. How did you conclude this?...

I think in terms of flexibility/ergonomics having hard coded partitions does not help with scalability. If I can not scale then it means I am not using my full potential....

Sorry I could not explained myself clearly. What I meant by scale was scaling on the fly. What I meant by hard coded was requiring a restart. So we are...

How will the user understand when to call this API?

As a user, can I have a separate amqp connection to listen changes on exchange? Does amqp send such events and can I listen to those events with amqp client?

Can [this](https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/rabbitmq_event_exchange) be used for listening on changes on stream and call new API accordingly?

> How is this json file generated itself? I do not know but I believe there are tools to generate such files (not limited to json) > What tools exist...