Last active
March 19, 2020 02:40
-
-
Save mikeb01/ec346fec9d03d2980426ed23eb89bb8a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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