Jake Zhang

Results 13 comments of Jake Zhang

**@abhi1git please switch to using --snapshotMode=redo. See comments here #1305 (comment)** I suffered from the same issue and --snapshotMode=redo did not resolve the issue. @abhi1git do you get it work...

example is fine but it does not show how to use generator?

Hey @sijie, I did not see any configs related to k8s hpa configures in the operator example eg. minReplicas & maxRepilcas. Does that mean hap is Not supported by pulsar...

@xuxueli you may want to take a look at airflow [https://github.com/apache/airflow](url)

It would be great to have Loki, Tempo and promtail alert presets as addons.

Hey I am wondering if it is possibly to host open match and agones in cloud run and any other db service from gcloud ? self-hosted redis db is not...

Hey @Jankin-Xu @litespeedtech this research article might help to explain the low throughputs in wireless environment. https://upcommons.upc.edu/bitstream/handle/2117/172208/main.pdf looks like delay ack is playing the key to achieve the higher throughputs...

areon donet already ported by people it is open sourced. https://github.com/AdaptiveConsulting/Aeron.NET

After bebugging, I found the reason at line 196 in file bitops.c __inline int clz64(uint64_t val) { unsigned long zeros = 0; _BitScanReverse64(&zeros, val); return (int)zeros; } _BitScanReverse64 is actually...

I got the same problems. Mate. Did you resolve it ?