0

We are trying to scaleout our systems but we are not sure how to use the backplane scaleout future in Azure Websites. Here is our scenario.

Our problem is backplane in the broker side is causing multiple calls to the brokers clients.

What should we do?

enter image description here

Cœur
  • 37,241
  • 25
  • 195
  • 267
Rıfat Erdem Sahin
  • 1,738
  • 4
  • 29
  • 47

1 Answers1

0

Can you provide some more detail on the diagram? I'm confused why step 7 would broadcast to multiple brokers. If you 'double backplane' you will get multiple messages.

1) A broker broadcasts a message to all traders

2) Every trader receives the message and sends a message back to the broker pool. Therefore, each broker would get the ack n number of times (n == Number of traders)

As far as I understand it, you need to designate only ONE trader as the 'master trader,' who will send the acknowledgement back to the broker pool, and the backplane there will take care of syncing it to all of the others.