Skip to content

FIXED_LIST config #6

@tokazio

Description

@tokazio

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions