Juliano Costa

Results 68 comments of Juliano Costa

Could you try the newer version of docker compose? Without the `-`. Try to build the services first: ```shell docker compose build ``` Then run it: ```shell docker compose up...

If you have docker in your mac, are you able to build the demo locally? If yes, the issue is with this vmware and Ubuntu setup, not sure how to...

That would work, but you would need to pull or build all the images, tar them and import into docker in your offline host. Looks like a lot of effort...

@leonardo3791 could you try: ``` docker compose build otelcol --no-cache ```

In the following snippet, shouldn't the `current context` be the `POST` context? ```rust async fn request_quote(count: u32) -> Result { // TODO: better testing here and default quote_service_addr let quote_service_addr:...

Thank you @TommyCpp! We can definitely wait for the better fix. This is in the demo for some time already, so it won't be an issue to keep it as...

@TommyCpp did you happen to have opened a ticket on their side? If not, I could do it. Do I need to provide any extra info other than what you've...

> What about using OpenFeature? (https://openfeature.dev/docs/reference/intro) > > > > It has an operator, so we could use k8s resources as feature flags... would just need to make the FF...

@Kimbohlovette and @puckpuck I think we need to discuss further this before starting implementing. AFAIK `accountingservice` is about to be replaced by an Elixir service. And I think @joshleecreates is...