Fork me on GitHub
#pedestal
<
2018-09-27
>
ikitommi05:09:59

thanks @ddeaguiar for the detailed description. I think for 99% apps, this is not a problem, but still -not having a out-of-the-box solution / guide for this is not good for the clojure + web story in general - many non-clojure solutions have this inbuit. In Clojure, at least Aleph & Catacumba claim to have this.

stathissideris05:09:47

@ikitommi I’m not entirely certain, but I think yada provides back-pressure out of the box

ikitommi06:09:47

I believe it’s the Aleph, that it’s built on.

stathissideris06:09:42

yeah, that’s how I remember it as well

stathissideris13:09:29

so what’s the preferred method for defining default interceptors? I dislike the terse syntax, so I guess I should define them at the service level?

dadair15:09:22

I conj onto ::http/interceptors in the service map after I have already called (default-interceptors)