IndiscriminateCoding

Results 5 comments of IndiscriminateCoding

And jetty [does have](https://github.com/eclipse/jetty.project/blob/jetty-9.4.29.v20200521/jetty-util/src/main/java/org/eclipse/jetty/util/ssl/SslContextFactory.java#L1975) `SslContextFactory#reload`

@filosganga https://github.com/apache/kafka/blob/470e6f2b9ac45fc32bdeb77d0bf4c72d26c6f3fd/streams/src/test/java/org/apache/kafka/streams/processor/internals/RecordCollectorTest.java#L932

@bplommer > You mean when serializing, right? Yes, sure, thanks for correction. > Can't what you need to do be done in user code without being coupled to serialization? Sure,...

It's definitely feasible. Some thoughts off the top of my head: 1. Code that generates JSON models can be reused as is 2. Most tricky part would be content-type handling....

For those who want to use logstage with CE3 right now, here is the simple snippet that could be used as replacement for `LogIOStrict.fromLogger`: LogIOStrictCE3 ```scala package example.logging import cats.effect.Sync...