eclipse / microprofile-service-mesh-service-a

microprofile-service-mesh-service-a
Apache License 2.0
4 stars 13 forks source link

FT: demonstrate FT circuiltBreaker interacts with Istio #20

Open Emily-Jiang opened 5 years ago

Emily-Jiang commented 5 years ago

We need to demonstrate MP circuilt breaker together with Istio Circuit Breaker?

This app needs to have circuit breaker functionality builtin:

  1. demonstrate MP FT working in Istio
  2. Turn on Istio Circuit breaker and observe the behaviour
  3. Map MP circuitbreaker and Istio one by generating Istio config rules
Emily-Jiang commented 5 years ago

@tevans78 can you do a PR to start the discussion?

kenfinnigan commented 5 years ago

With respect to 3, we discussed this on Tuesday and agreed the best option was to first come up with a mapping from MP FT to Istio config without a generation tool.

Then we can determine whether a tool is a good option or not

Emily-Jiang commented 5 years ago

agreed @kenfinnigan ! we need to find out the similarity first. how to use Istio circuit to do what MP FT circuit is trying to do?