Architecture-center: Missing code examples: CircuitBreakerStateStoreFactory ...

Created on 20 Aug 2019  ·  6Comments  ·  Source: MicrosoftDocs/architecture-center

The code provided does cover the whole solution, I'd like to see either the code for CircuitBreakerStateStoreFactory and ICircuitBreakerStateStore concrete class implementation, or a link to get the full solution. Without this, the example above makes partial sense. Also the variable, OpenToHalfOpenWaitTime , hasn't been defined in the CircuitBreaker class .. are we to guess what this?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri1 architecture-centesvc assigned-to-author cloud-fundamentalsubsvc doc-enhancement triaged

Most helpful comment

Hey there @guojianwei001, @div78641, and @IjsConsulting,

We do not have an implementation of this at this time; the article is stand alone. The code illustrated can be used as part of your implementation of this cloud pattern. I'm sure this isn't the news you were looking for; however, not all is lost. One of our awesome apps consultants, @mleziva, has taken this exact article and put together a sample implementation using .net core for customers to reference. You can even see it running in action at http://cloudpatterns.austinmleziva.com/circuit-breaker.

Hopefully this helps you along on your journey.

All 6 comments

@IjsConsulting Thank you for your feedback! We will review and provide an update as appropriate.

We've taken this item to our internal backlog for further research and will update as necessary!

What "further research" is necessary? Either you have the code available or you don't.

It is disappointing that the example is not fully baked.

When do you finish "further research"?

Hey there @guojianwei001, @div78641, and @IjsConsulting,

We do not have an implementation of this at this time; the article is stand alone. The code illustrated can be used as part of your implementation of this cloud pattern. I'm sure this isn't the news you were looking for; however, not all is lost. One of our awesome apps consultants, @mleziva, has taken this exact article and put together a sample implementation using .net core for customers to reference. You can even see it running in action at http://cloudpatterns.austinmleziva.com/circuit-breaker.

Hopefully this helps you along on your journey.

Hey @ckittel,
Cool! Thanks so much for your information. I didn't expect a reply that time. I had to search it everywhere, finnally I got one java version
I believe your reply will help more people. If possible, could we add the full code sample link at the bottom of this article?
So thank you once again.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adrianwells picture adrianwells  ·  5Comments

clemensv picture clemensv  ·  10Comments

melzayet picture melzayet  ·  4Comments

CloudLassoUK picture CloudLassoUK  ·  7Comments

bagira-kr picture bagira-kr  ·  8Comments