Wouter Zorgdrager

Results 6 comments of Wouter Zorgdrager

Any hints on how to implement this @robertwb ? The cross-language KafkaIO transform is not working for me either, see [here](https://issues.apache.org/jira/browse/BEAM-11991). I have the exact problem as you described here...

We have a similar issue. As a (temporary) workaround we just changed the following line in a local fork https://github.com/trallnag/prometheus-fastapi-instrumentator/blob/02e807b76cd2692cf543e207fd07f926a69046d6/prometheus_fastapi_instrumentator/instrumentation.py#L321 to ```python return request.url.path, True ``` this returns the fully...

I think it is the other way around if I read the docs. ` By this model, you can think of commas as logical ORs, while spaces are equivalent to...

Update: what I tried now is to 'shade' akka in the twitter4s library into an alternative package with the following lines in my build: ``` assemblyShadeRules in assembly := Seq(...

Yes, you're right on that. We resolved this back then by downgrading some versions of dependencies we were using. However, in the long run that isn't really a good solution.

I think we should verify this in e2e tests (especially in a splitted function situation).