Skip to content

Commit

Permalink
Fix config for zookeeper standalone
Browse files Browse the repository at this point in the history
Signed-off-by: Rafa Diaz <[email protected]>
  • Loading branch information
rafitadiaz committed Jan 6, 2020
1 parent 38f135e commit 7b18e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_configs/zookeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rules:
replicaId: "$2"
memberType: "$3"
# standalone Zookeeper
- pattern: "org.apache.ZooKeeperService<name0=StandaloneServer_port(\\d+)><>(\\w+)"
- pattern: "org.apache.ZooKeeperService<name0=StandaloneServer_port-(\\d+)><>(\\w+)"
name: "zookeeper_$2"
- pattern: "org.apache.ZooKeeperService<name0=StandaloneServer_port(\\d+), name1=InMemoryDataTree><>(\\w+)"
- pattern: "org.apache.ZooKeeperService<name0=StandaloneServer_port-(\\d+), name1=InMemoryDataTree><>(\\w+)"
name: "zookeeper_$2"

0 comments on commit 7b18e8b

Please sign in to comment.