opensolon / solon

🔥 Java "ecological" application development Framework: Restrained, concise, EFFICIENT, OPEN, ECOLOGICAL!! 300% higher concurrency 50% memory savings Startup is 10 times faster. Packing 90% smaller; Compatible with java8 ~ java23. (Replaceable spring)
https://solon.noear.org
Apache License 2.0
2.29k stars 224 forks source link

WebSocket 是否可以支持Aeron协议,在金融领域低延迟推送比Netty更友好(solon-boot-websocket-aeron) #299

Open cnrainbing opened 1 week ago

cnrainbing commented 1 week ago
  1. https://github.com/real-logic/aeron
<!-- https://mvnrepository.com/artifact/io.aeron/aeron-all -->
<dependency>
    <groupId>io.aeron</groupId>
    <artifactId>aeron-all</artifactId>
    <version>1.46.6</version>
</dependency>
noear commented 13 hours ago

不能的。它们两个各自独立的协议