Skip to content

FIXED_LIST config #6

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" : "?"
    }
  ]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions