Mikko Nylén
Mikko Nylén
I have no experience with JVM instrumentation, but as ring handlers are typically just clojure functions that operate on untyped request maps and are often composed together to form an...
Yes, you're right - the same would need to be supported for spans and for at least those data types. Restricting the use to predefined constants - how about using...
@felixbarny Hehe, I made that. It's why I requested this functionality - so I could have better support in that library. :)
~For some reason the eclipsefdn/eca action doesn't find my ECA, which I have signed. The Eclipse Foundation portal shows it as signed, the email address should match the email address...
Updated the documentation also. Added a mention that it's up to the caller of `createCredentialsOptions` and `getCredentialsOptions` to store the challenge somewhere (with some ideas for where), so it can...
@sudo-bmitch sorry it took me a while to get back to you. I'm using the downloaded binary regctl-darwin-arm64 from the releases page (0.3.9). It seems using the regctl registry login...
EDIT: Hmm.. this time it completed eventually and the image was successfully copied. I still don't understand why it would take so long in that PUT blob request. Docker CLI...
@cristianrgreco Stumbled upon this while investigating similar issue. Have you tried configuring the `max.block.ms` to a lower value (by default it's set to 1 minute)? I don't know if this...
@cristianrgreco I ended up "fixing" this by sending KafkaProducer#send calls as tasks to a ThreadPoolExecutorService with a bounded LinkedBlockingQueue. The ExecutorService#submit doesn't block, but of course can throw RejectedExecutionException if...
Yeah, good point. I started working on it now.