foghost

Results 9 issues of foghost

就是两个服务把代码放在一起了而已。。。我说的是spring-boot-websocket-netty-server

https://github.com/Viscent/javamtia/blob/ce745c808806df6fcf0cca0d8d2eb54ddfdafa1c/JavaMultiThreadInAction/src/io/github/viscent/mtia/ch5/ShootPractice.java#L31 这里的nextline变量只有barrierAction. run()执行,也即是说仅有的另外一个访问nextline变量的地方 ```java while (!done) { soldier = rank[nextLine][index]; // 一排中的士兵必须同时开始射击 startBarrier.await();// 语句③ // 该士兵开始射击 soldier.fire(); // 一排中的士兵必须等待该排中的所有其他士兵射击完毕才能够离开射击点 shiftBarrier.await();// 语句④ } ``` 总是能够读取到最新值,那这里的nextline变量就不需要volatile修饰词了吧 因为您书中这么解释的 > 设 cyclicBarrier 为 一个...

question

dynamic Router and Cluster from registry center ref #600

This issue records the compatibility issues between go and java versions ### triple protocol | client\\server | java-3.1.11 | java-3.1.7 | java-3.2.6 | java-3.2.9 | java-3.3.0-beta.1 | go-3.1.0 | go-3.1.1...

**What would you like to be added**: metadata service support tri protocol, include server and client include version ~~3.1~~ and 3.2 related to #2539 java tri wrapper mode will not...

- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.3.0-beta.2-SNAPSHOT * Operating System version: macOS 14.1.2...

help wanted
type/enhancement
component/sdk

## What is the purpose of the change fix https://github.com/apache/dubbo/issues/13931 ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the...

### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...

type/bug
help wanted
component/sdk

**What this PR does**: dynamic Router and Cluster from registry center ref #600 **Special notes for your reviewer**: support application level and interface level service discovery support zk and nacos...