pedestal

hlship 2025-03-11T21:11:35.310979Z

Just pushed 0.8.0-SNAPSHOT to clojars

10
Leo E 2025-03-17T18:06:09.962179Z

I wonder when it will be possible to have a RC 0.0.8 with green threaded jetty 12 on board

hlship 2025-03-17T18:07:06.155169Z

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.

👍 1
hlship 2025-03-17T18:07:24.930419Z

Once that looks ok, I'm ready to release alpha-1.

Leo E 2025-03-17T18:08:25.983519Z

Thanks for keeping us updated. I would like to point out that your implementation of telemetry in the new versions is very inspiring.

hlship 2025-03-17T18:08:44.489089Z

Oh, thanks ... in what way?

Leo E 2025-03-17T18:14:27.552689Z

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.