He-Pin(kerr)

Results 344 comments of He-Pin(kerr)

> > @xkcoding 大牛你有没有兴趣啊,我们也用的spring boot上开发的pandoraboot > > 在努力,希望可以成为同事哈 嗯嗯可以的,如果你有兴趣可以随时联系我,随时欢迎。

一般用RequestBody了,都不想在去处理 HttpServletRequest 这个了。你用PostMan测试下呢?

Currently I'm using stream with caffeine cache with an `expireAfterAccess` and in the `RemovalListener` I complete the stream. Seems like I can compose `completeAfterIdle` and `watchTermination` to get the same...

@johanandren I was trying to solve refs: https://github.com/akka/akka/issues/21462

it can be achieved with StreamConverters. I still think adding the `collect` on `Sink` will be easier to invoke, as the Flux and Flowable API does.

https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/maps/NonBlockingIdentityHashMap.java @jrudolph How about using this one instead of the ConcurrentHashMap?

Any chance to get this in @jrudolph @patriknw

https://github.com/akka/akka/runs/6045987955?check_suite_focus=true ``` 2022-04-16T07:05:36.0657929Z [04-16 07:05:36.065] [info] - receive Terminated after ordinary messages *** FAILED *** (82 milliseconds) 2022-04-16T07:05:36.0713693Z [04-16 07:05:36.069] [info]  Vector("1", "2", "3", "4", "5", "6", "7", "8",...

What if it's not matched with the predicate? I think IDEA and scalac do some checks too.