Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 487 Bytes

readme.md

File metadata and controls

23 lines (12 loc) · 487 Bytes

About

Java port of nats-io server gnatsd. See nats-io gnatsd

The original is written is Go.

Recent Changes

TLS connections are now fully supported.

Most simple options, like 'verbose' work.

ToDo

Need to support "router mode".

Need to support authorization using client certificates.

Use binary search for matching subscriptions.

Purge subscription cache based on "old than X" method.

Port many of the test cases from gnatsd to jnatsd.