Skip to content

Netty 비동기 통신으로 TCP server와 TCP client 소켓 통신을 구현해봅니다.

Notifications You must be signed in to change notification settings

cse0518/Netty-Telnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Netty-Telnet

  • Netty-Telnet을 사용하여 TCP server와 TCP client 소켓 통신을 구현해봅니다.

image

  • Netty Client

    • Kafka에 적재된 데이터를 Consume 합니다.
    • Netty Server로 데이터를 전송(소켓 통신)합니다.
  • Netty Server

    • Netty Client로부터 받은 데이터를 처리합니다. (ex. 로깅, DB insert 등)

About

Netty 비동기 통신으로 TCP server와 TCP client 소켓 통신을 구현해봅니다.

Topics

Resources

Stars

Watchers

Forks