Andy(Jingzhang)Chen

Results 78 comments of Andy(Jingzhang)Chen

@johanandren @octonato would you like to take a look?

> Ok, unfortunately I couldn't consume the large message using Akka stream. It needs the consumer to deserialize the message correctly.好的,不幸的是我无法使用 Akka 流来处理大消息。它需要消费者正确反序列化消息。 > > yeah I mean Reactive Kafka...

能不能实现保留 OCR 截图的时候,用翻译结果覆盖 OCR 截图的文字的?类似于微信翻译的效果的。 这样好处是可以保留源格式,不过这个需求场景可能比较小众

Seems like it is the same issue https://github.com/grpc/grpc-java/issues/8542?

directly using hoverfly-java cert will cause: `java.security.cert.CertPathValidatorException: signature check failed` and then I customize the certificate it will complain but has a different message: `Cause: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid...

Finally, I found the problem because hoverfly-java was updated their certificate in the jar. I found this problem through a custom certificate, and then verified it was valid by updating...

There are still two certificates that have not been updated, my last commit updated it. The CI will be passed. @raboof can you review this? thanks.

Use the cacheable partial function, and then verify it works. ```scala var calTime: Int = 0 def entityId(value: Any): String = { calTime = calTime + 1 value match {...

> @Roiocam is it ok to get this merged now? I have no objections to this, but it would be better if there were reviews from others.

`DeviceTerminated` only sends if the child actor is terminated, it will always match groups, i don't think there have any issue on there. Could you make a minimal reproduction? ```diff...