Skip to content

A null routing relp server that will accept and discard all incoming events.

License

Notifications You must be signed in to change notification settings

teragrep/rlp_08

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Null routing relp server

 _____ _     _                _ _ _   _                        _ _ 
|_   _| |__ (_)___  __      _(_) | | | | ___  ___  ___    __ _| | |
  | | | '_ \| / __| \ \ /\ / / | | | | |/ _ \/ __|/ _ \  / _` | | |
  | | | | | | \__ \  \ V  V /| | | | | | (_) \__ \  __/ | (_| | | |
  |_| |_| |_|_|___/   \_/\_/ |_|_|_| |_|\___/|___/\___|  \__,_|_|_|


 _   _  ___  _   _ _ __   _ __ ___  ___ ___  _ __ __| |___ 
| | | |/ _ \| | | | '__| | '__/ _ \/ __/ _ \| '__/ _` / __|
| |_| | (_) | |_| | |    | | |  __/ (_| (_) | | | (_| \__ \
 \__, |\___/ \__,_|_|    |_|  \___|\___\___/|_|  \__,_|___/
 |___/                                                     

Build with

mvn clean package

Run with

java -jar rlp_08.jar

Listening port can be changed with -Dport=1234. Default 1234

TLS can be enabled with -Dtls=true. Default false

Server thread count can be set with -Dthreads=8. Default 1.

Events received reporting interval can be enabled with -DmetricsInterval=60. Default 0 (disabled)

Contributing

You can involve yourself with our project by opening an issue or submitting a pull request.

Contribution requirements:

  1. All changes must be accompanied by a new or changed test. If you think testing is not required in your pull request, include a sufficient explanation as why you think so.
  2. Security checks must pass
  3. Pull requests must align with the principles and values of extreme programming.
  4. Pull requests must follow the principles of Object Thinking and Elegant Objects (EO).

Read more in our Contributing Guideline.

Contributor License Agreement

Contributors must sign Teragrep Contributor License Agreement before a pull request is accepted to organization's repositories.

You need to submit the CLA only once. After submitting the CLA you can contribute to all Teragrep's repositories.