Mathieu ANCELIN

Results 23 comments of Mathieu ANCELIN
trafficstars

Well, It seems that you taught me something today :-)

Hum, I'm not very sure what you mean, but indeed, I didn't succeed to scope these snippets to the actual routes file

https://conductor.netflix.com/index.html

an example for configuration ```yaml apiVersion: proxy.otoroshi.io/v1 kind: Sidecar metadata: name: my-sidecar spec: # optional kubernetes: false # catch DNS request to route *.otoroshi.mesh to otoroshi, disabled in kubernetes dns_integration:...

actually it's already done by the people at https://github.com/cloud-apim and it's available here https://github.com/cloud-apim/otoroshictl

Yep, PR are welcome ;-)

Yep, that would actually be awesome, but we need something automatic, that will update the table for each merged PR. Like running all examples in a browser (with something like...

That's nice but I'd like to use idiomatic Scala as much as possible and avoid rx apis. Can you rewrite it without depending on `RetryWhenFunction` in the public API ?

Hi guys, I exposed some new API about sub document (`list`, `queue`, `set`, `map`, `mutateIn`) but it's still very raw and it still expose raw couchbase driver APIs. I will...