Uses of Class
io.debezium.data.KeyValueStore
Packages that use KeyValueStore
-
Uses of KeyValueStore in io.debezium.data
Methods in io.debezium.data that return KeyValueStoreModifier and TypeMethodDescriptionstatic 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.