Created
March 12, 2017 16:09
-
-
Save ftrossbach/8eaaf7dfce2fa3719cb5f7be5b7980a2 to your computer and use it in GitHub Desktop.
metadata
This file contains hidden or 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
{ | |
"hostInfo":{ | |
"host":"1.2.3.4", | |
"port":42 | |
}, | |
"stateStoreNames":[ | |
"totalVisitCount", | |
"hourlyVisitCount", | |
"sessionVisitCount" | |
], | |
"topicPartitions":[ | |
"visitsTopic-0", | |
"visitsTopic-1" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment