Uses of Class
io.debezium.data.KeyValueStore
-
Packages that use KeyValueStore Package Description io.debezium.data -
-
Uses of KeyValueStore in io.debezium.data
Methods in io.debezium.data that return KeyValueStore Modifier and Type Method Description static KeyValueStoreKeyValueStore. createForTopicsBeginningWith(String prefix)Create a KeyValueStore that removes from the topic names the supplied prefix to obtain theTableId.static KeyValueStoreKeyValueStore. createForTopicsMatching(String regex, int groupNumber)Create a KeyValueStore that uses the supplied regular expression and group number to extract theTableIdfrom the topic name.
-