Skip to content

Commit 05f0758

Browse files
committed
Fix in-process client docs
Updates client.adoc with the proper target format to use for in-process calls. Signed-off-by: Chris Bono <[email protected]>
1 parent 378c1d0 commit 05f0758

File tree

1 file changed

+1
-1
lines changed
  • spring-grpc-docs/src/main/antora/modules/ROOT/pages

1 file changed

+1
-1
lines changed

spring-grpc-docs/src/main/antora/modules/ROOT/pages/client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ In this mode, the in-process channel factory is auto-configured in *addition* to
139139
However, to prevent users from having to deal with multiple channel factories, a composite channel factory is configured as the primary channel factory bean.
140140
The composite consults its composed factories to find the first one that supports the channel target.
141141

142-
NOTE: To use the inprocess server the channel target must be set to `in-process://<in-process-name>`
142+
NOTE: To use the inprocess server the channel target must be set to `in-process:<in-process-name>`
143143

144144
To disable the inprocess channel factory, you can set the `spring.grpc.client.inprocess.enabled` property to false.
145145

0 commit comments

Comments
 (0)