You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -55,8 +55,8 @@ The release notes with compatibility matrix can be found link:ReleaseNotes.adoc[
55
55
port: 6565
56
56
----
57
57
[NOTE]
58
-
A random port can be defined by setting the port to `0`. The actual port being used can then be retrieved from the property `local.grpc.port`, or
59
-
using `@LocalRunningGrpcPort` annotation which will inject the running port (explicitly configured or randomly selected)
58
+
A random port can be defined by setting the port to `0`. +
59
+
The actual port being used can then be retrieved by using `@LocalRunningGrpcPort` annotation on `int` field which will inject the running port (explicitly configured or randomly selected)
60
60
61
61
* Optionally enable server reflection, see https://github.com/grpc/grpc-java/blob/master/documentation/server-reflection-tutorial.md)
0 commit comments