-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Sorry but i can't manage how to configure the webapi repository as a FIXED_LIST
I've found the MULTICAST example, webapi/conf/repository.json
{
"clusters" : [
{
"name" : "myCluster",
"mode" : "MULTICAST",
"address" : "239.0.0.111",
"port" : 31999
}
]
}
I know that the mode will be "FIXED_LIST", but how to configure members ?
https://github.com/griddb/webapi/blob/master/Parameters.md
transactionMember is a String, What to put in transactionMember / sqlMember please ?
{
"clusters" : [
{
"name" : "myCluster",
"mode" : "FIXED_LIST",
"transactionMember" : "?",
"sqlMember" : "?"
}
]
}
Metadata
Metadata
Assignees
Labels
No labels