Skip to content

Commit

Permalink
Remove pom.xml from gRPC KeepAlive example (#2206)
Browse files Browse the repository at this point in the history
Motivation:
The gRPC KeepAlive example was copy/pasted from helloworld
which brought a pom.xml that isn't necessary and not updated
for this project.
  • Loading branch information
Scottmitch authored May 6, 2022
1 parent 7cd1c78 commit e4fd157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 99 deletions.
4 changes: 2 additions & 2 deletions servicetalk-examples/grpc/keepalive/README.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
== ServiceTalk gRPC KeepAlive Example

Demonstrates how to use HTTP/2 keep alive for gRPC
link:{source-root}/servicetalk-examples/grpc/keepalive/src/main/java/io/servicetalk/examples/grpc/keepalive/KeepAliveServer.java[server]
link:src/main/java/io/servicetalk/examples/grpc/keepalive/KeepAliveServer.java[server]
and
link:{source-root}/servicetalk-examples/grpc/keepalive/src/main/java/io/servicetalk/examples/grpc/keepalive/KeepAliveClient.java[client].
link:src/main/java/io/servicetalk/examples/grpc/keepalive/KeepAliveClient.java[client].
Keep alive uses transport control frames to ensure the peer is still able to read and write to open connections. If the
peer is not able to respond to the control frame within the configured amount of time, the connection is closed. This
is useful if your environment doesn't provide other forms of connection keep alive (e.g.
Expand Down
97 changes: 0 additions & 97 deletions servicetalk-examples/grpc/keepalive/pom.xml

This file was deleted.

0 comments on commit e4fd157

Please sign in to comment.