Skip to content

Commit

Permalink
Remove warning about Logbook bug
Browse files Browse the repository at this point in the history
  • Loading branch information
msdousti committed Nov 14, 2023
1 parent edbbe2d commit 99be05a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ snippet::io.micronaut.docs.netty.LogbookNettyClientCustomizer[tags="imports,clas
<3> The actual customizer implements api:http.client.netty.NettyClientCustomizer[]
<4> When a new channel is created, a new, specialized customizer is created for that channel
<5> When the client signals that the stream pipeline has been fully constructed, the logbook handler is registered

WARNING: Logbook has a https://github.com/zalando/logbook/issues/1216[major bug] that limits its usefulness with netty.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ snippet::io.micronaut.docs.netty.LogbookNettyServerCustomizer[tags="imports,clas
<3> The actual customizer implements api:http.server.netty.NettyServerCustomizer[]
<4> When a new channel is created, a new, specialized customizer is created for that channel
<5> When the server signals that the stream pipeline has been fully constructed, the logbook handler is registered

WARNING: Logbook has a https://github.com/zalando/logbook/issues/1216[major bug] that limits its usefulness with netty.

0 comments on commit 99be05a

Please sign in to comment.