Skip to content

Instantly share code, notes, and snippets.

@mikeb01
Last active March 19, 2020 02:40
Show Gist options
  • Save mikeb01/ec346fec9d03d2980426ed23eb89bb8a to your computer and use it in GitHub Desktop.
Save mikeb01/ec346fec9d03d2980426ed23eb89bb8a to your computer and use it in GitHub Desktop.
// Publisher
aeron:udp?endpoint=224.20.30.39:24326|fc=max // max strategy
aeron:udp?endpoint=224.20.30.39:24326|fc=min // min strategy
aeron:udp?endpoint=224.20.30.39:24326|fc=tagged,g:1001 // tagged strategy, group 1001
// Subscriber
aeron:udp?endpoint=224.20.30.39:24326|gtag=1001 // tagged subscription
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment