Skip to content

What are the ways to make sure features can be still served if FH server goes down? #1036

Answered by rvowles
IrinaSouth asked this question in Q&A
Discussion options

You must be logged in to vote

So they are all (except Golang) basically the same.

When you get the webhook, you can just save the data into a bucket with a filename like .json - and ensure its the same format as the Edge API (I think its pretty close, I can't remember exactly).

To make the SDK work for you, you just basically need to implement a simple interface that is the new Edge connector. You can if you want just talk directly to S3 or use it to call the proper endpoint and if that fails, call S3, your choice. All it does is pass the data it receives lock-stock into the repository. From there on, its just fully standard use case.

For each SDK, they have a "config" which ties together the "repository" (where the s…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@robcleghorn
Comment options

@rvowles
Comment options

@robcleghorn
Comment options

@rvowles
Comment options

Answer selected by IrinaSouth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants