Doron Cohen

Results 20 issues of Doron Cohen

Hi, watermil-kafka allows tracing with OTEL. Seems like it is very hard coded and baked in. I would love to be able to trace with another tracer (e.g. Datadog's ddtrace)....

Hi, Currently under the sarama instrumentation for consuming from Kafka only `sarama.Consumer` and `sarama.PartitionConsumer` are supported. There is also [`sarama.ConsumerGroupHandler`](https://pkg.go.dev/github.com/Shopify/sarama#ConsumerGroupHandler) which is important for instrumenting consumer group consumers. Since we...

enhancement
apm:ecosystem

I found this in the code: ```go // debug enables the debug flag for all requests, see // https://dtdg.co/3bv2MMv. // DD_INSTRUMENTATION_TELEMETRY_DEBUG configures this field. debug bool ``` The link is...

bug

I would like to suggest a splitting feature to group tests to subsets and run them separately. There is this tool: https://github.com/Songmu/gotesplit but I think it will be hard to...

enhancement

### Testcontainers version 0.22.0 ### Using the latest Testcontainers version? No ### Host OS Mac ### Host arch ARM ### Go version 1.20 ### Docker version ```shell Client: Cloud integration:...

bug

just dont crash when pressing `D` or `x` or something on an empty todo list

I have the following todo list: ``` (A) Bla bla bla bla bla bla @fufuf +zirpat (A) Bla bla bla bla bla bla @fufuf +wednesdayreport +zirpat (A) Bla bla bla...

**Describe the bug** Hi! We are using NutsDB as a temporary KV store on disk. We create the database, use it for a short period (few seconds up to a...

**Is your feature request related to a problem? Please describe.** Hey, I was trying to add some metadata to a project's moon.yaml file but moon didn't like it. **Describe the...

enhancement

**Is your feature request related to a problem? Please describe.** I wasn't sure if to open this here or in the tools repo. I would love implicit dependency detection on...

enhancement