useRust

↗ HN profile [ 77.5 ms ] full profile

No user record in our sample, but useRust has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. I want to build a system that can guarantee order of execution for specific cases (Kafka guarantees the order of execution within the partition) but can take up to 30 seconds for each job (can be long running process).…

  2. Which solution do people think is more scalable, efficient solution to avoid race condition in async processing system?