Skip to content

Commit 8f55a9f

Browse files
author
Alexander Furer
committed
formatting
1 parent f4143bb commit 8f55a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,12 @@ By setting `grpc.security.auth.fail-fast` property to `false` all downstream i
268268
So, for failed authentication/authorization with +
269269
`grpc.security.auth.fail-fast=true`(default): +
270270

271-
`interceptor_1(interceptCall)` -> `securityInterceptor(interceptCall)` - *Call is Closed* [.line-through]#-> `interceptor_3(interceptCall)` -> `interceptor_1(On_Message)`-> `securityInterceptor(On_Message)`-> `interceptor_3(On_Message)`-> `actual service call`#
271+
`interceptor_1(interceptCall)` -> `securityInterceptor(interceptCall)` - *Call is Closed* +++<del>+++ -> `interceptor_3(interceptCall)` -> `interceptor_1(On_Message)`-> `securityInterceptor(On_Message)`-> `interceptor_3(On_Message)`-> `actual service call`+++</del>+++
272272

273273
And for failed authentication/authorization with +
274274
`grpc.security.auth.fail-fast=false`: +
275275

276-
`interceptor_1(interceptCall)` -> `securityInterceptor(interceptCall)` -> `interceptor_3(interceptCall)` -> `interceptor_1(On_Message)`-> `securityInterceptor(On_Message)` - *Call is Closed*-> [.line-through]#`interceptor_3(On_Message)`-> `actual service call`#
276+
`interceptor_1(interceptCall)` -> `securityInterceptor(interceptCall)` -> `interceptor_3(interceptCall)` -> `interceptor_1(On_Message)`-> `securityInterceptor(On_Message)` - *Call is Closed* +++<del>+++-> `interceptor_3(On_Message)`-> `actual service call`+++</del>+++
277277

278278
=== Distributed tracing support (Spring Cloud Sleuth integration)
279279

0 commit comments

Comments
 (0)