Package org.gridgain.kafka.util
Class TopicTableNameConverter
java.lang.Object
org.gridgain.kafka.util.TopicTableNameConverter
Converts topic names to table names.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TopicTableNameConverter
Constructor.- Parameters:
pairSupplier- Function that returns a pair of regex and replacement for a given index.
-
-
Method Details
-
convert
Converts the specified name according to the rules.- Parameters:
source- Source name.- Returns:
- Converted name.
-