Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

demo/tcp: adds simple tcp client server demo #2161

Merged
merged 2 commits into from
Dec 8, 2020

Conversation

shashankram
Copy link
Member

Description:
This change adds simple tcp client and server apps to
demo tcp support in OSM. The client opens a connection,
sends a number of messages, and prints the server response.
The server simply echoes back the client's message.

Part of #1521, to be used as a simple demo to showcase TCP
traffic when OSM supports TCP. TCP support is still in progress
but the apps don't depend on it.

Affected area:

  • New Functionality [ ]
  • Documentation [ ]
  • Install [ ]
  • Control Plane [ ]
  • CLI Tool [ ]
  • Certificate Management [ ]
  • Networking [ ]
  • Metrics [ ]
  • SMI Policy [ ]
  • Security [ ]
  • Tests [ ]
  • CI System [ ]
  • Performance [ ]
  • Other [X]

Please answer the following questions with yes/no.

  • Does this change contain code from or inspired by another project? If so, did you notify the maintainers and provide attribution?
    No

@shashankram shashankram requested a review from a team as a code owner December 8, 2020 19:57
@codecov-io
Copy link

codecov-io commented Dec 8, 2020

Codecov Report

Merging #2161 (07ff50a) into main (dff9975) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2161      +/-   ##
==========================================
+ Coverage   58.32%   58.33%   +0.01%     
==========================================
  Files         145      145              
  Lines        6140     6140              
==========================================
+ Hits         3581     3582       +1     
+ Misses       2556     2555       -1     
  Partials        3        3              
Impacted Files Coverage Δ
pkg/envoy/route/config.go 96.03% <0.00%> (+0.79%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dff9975...07ff50a. Read the comment docs.

This change adds simple tcp client and server apps to
demo tcp support in OSM. The client opens a connection,
sends a number of messages, and prints the server response.
The server simply echoes back the client's message.

Part of openservicemesh#1521, to be used as a simple demo to showcase TCP
traffic when OSM supports TCP. TCP support is still in progress
but the apps don't depend on it.

Signed-off-by: Shashank Ram <shashr2204@gmail.com>
@shashankram shashankram merged commit 2349201 into openservicemesh:main Dec 8, 2020
@shashankram shashankram deleted the tcp-demo branch December 8, 2020 22:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants