|
|
|
|
|
by mononcqc
5527 days ago
|
|
You have to make the producer synchronous to the consumer so the consumer is slowed down. Ask for an acknowledgement on reception of any task/event. This will instantly limit the rate at which data can come in the final worker. |
|