| Package | Description |
|---|---|
| io.debezium.data |
| Modifier and Type | Method and Description |
|---|---|
static KeyValueStore |
KeyValueStore.createForTopicsBeginningWith(String prefix)
Create a KeyValueStore that removes from the topic names the supplied prefix to obtain the
TableId. |
static KeyValueStore |
KeyValueStore.createForTopicsMatching(String regex,
int groupNumber)
Create a KeyValueStore that uses the supplied regular expression and group number to extract the
TableId from
the topic name. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.