Just pushed 0.8.0-SNAPSHOT to clojars
I wonder when it will be possible to have a RC 0.0.8 with green threaded jetty 12 on board
Well, I'm working on updating the embedded template to the new apis and it will use http-kit not jetty, which is supposed to use the new lightweight threads automatically if available.
Once that looks ok, I'm ready to release alpha-1.
Thanks for keeping us updated. I would like to point out that your implementation of telemetry in the new versions is very inspiring.
Oh, thanks ... in what way?
https://github.com/pedestal/pedestal/blob/69c817b2303b0db0b56dd82dc68c27ba6d93195e/telemetry/src/io/pedestal/metrics/otel.clj#L137 part, https://github.com/pedestal/pedestal/blob/69c817b2303b0db0b56dd82dc68c27ba6d93195e/telemetry/src/io/pedestal/metrics/spi.clj#L88 extend type and dozens other clever ideas, which i first time saw in your telemetry implementation. The value for me was to see so much practical benefit collected in one place. But I'm afraid I've strayed a bit from the subj. Thanks for pushed 0.8.0-SNAPSHOT and for your amazing work.