0

Previously I read in docs that the C Media Driver is in development and doesn't support Aeron Cluster like the Java Media Driver does.

Is this still the case? Is it a goal for C Media Driver to be on par with Java Media Driver?

  • Does this answer your question? [Does the Aeron C Media Driver support Aeron Cluster?](https://stackoverflow.com/questions/68326617/does-the-aeron-c-media-driver-support-aeron-cluster) – Hasturkun Jul 12 '21 at 07:23
  • hi @Hasturkun that one is closed already editing and i can't reopen given my low reputation. So i create the new one after applying some editing based on review – Welly Tambunan Jul 12 '21 at 11:06

1 Answers1

1

Yes, the Aeron C Media Driver does have the features to support Aeron Cluster. It also has the benefit of lower and more predictable latency when configured correctly plus access to extensions to provide transport encryption and reduced latency via ef_vi and DPDK native support.

Martin Thompson
  • 1,341
  • 8
  • 11