Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Superseded by: N/A

Related: N/A

Problem

Currently, we can configure gateway sender, only at creation of gateway sender.

So if we want to modify any gateway sender attribute, we need to perform following steps:

  • detach gateway sender from region
  • destroy gateway sender
  • create gateway sender with modified attributes
  • attach gateway sender to region

Performing all these steps while traffic is ongoing, will result with data incosistency.


Due to that, we We would like to introduce new command "alter gateway-sender" which would update some parameters in runtime. For now parameters of interest are:

...