Skip to content

Commit

Permalink
fix: Resolve Lint failures
Browse files Browse the repository at this point in the history
  • Loading branch information
PromiseFru committed Apr 16, 2024
1 parent 4dacd68 commit 99c6bc9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions _posts/resilience-of-gateway-clients-in-smswithoutborders.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,16 @@ ogImage:
url: "/icon.png"
---

![resilience-flow](/public/posts/resilience-flow.png)

By default, these clients have relied solely on HTTPS for routing SMS messages to online platforms. This update introduces support for additional protocols, including AMQP, FTP, and SMTP, providing greater flexibility and resilience in message delivery.
![resilience-flow](/posts/resilience-flow.png)

By default, these clients have relied solely on HTTPS for routing SMS messages to online platforms. This update introduces support for additional protocols, including AMQP, FTP, and SMTP, providing greater flexibility and resilience in message delivery.

### Breaking Down the Update: Multi-Protocol Support using the Round-Robin algorithm

The decision to diversify protocol support stems from the need to address potential disruptions that may occur with the messaging protocols. By incorporating multiple protocols such as AMQPS (Advanced Message Queuing Protocol), FTP (File Transfer Protocol), and SMTP (Simple Mail Transfer Protocol) into the gateway client framework, SMSWithoutBorders is proactively mitigating the risk of message delivery interruptions. Gateway clients can now automatically switch between protocols in case of failures. The Gateway clients publish the data for which protocols are available for use in specific regions.

### The Role of Gateway Clients in the Context of Resilience
### The Role of Gateway Clients in the Context of Resilience

Gateway clients serve as the key component in facilitating the seamless transfer of messages from SMS to online platforms. Their ability to adapt to varying network conditions and protocol blockages is crucial for ensuring uninterrupted communication flow. With the introduction of multi-protocol support, gateway clients are poised to become even more resilient and reliable in their message-forwarding capabilities
Any disruption in message forwarding could have significant implications for users relying on SMSWithoutBorders for their message routing needs. By enhancing resilience through multi-protocol support, SMSWithoutBorders is not only safeguarding against potential disruptions but also instilling confidence in its user base.
By enabling multiple protocols, SMSWithoutBorders is proactively addressing potential challenges and ensuring uninterrupted message forwarding for its users. As we move forward, these advancements will continue to shape the landscape of SMS-based communication, empowering users to stay connected in an ever-changing digital environment.


0 comments on commit 99c6bc9

Please sign in to comment.