Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NameGenerator ¶
type NameGenerator interface { // EventTopicName generates a event topic name for the given hypertable EventTopicName(hypertable *systemcatalog.Hypertable) string // SchemaTopicName generates a schema topic name for the given hypertable SchemaTopicName(hypertable *systemcatalog.Hypertable) string // MessageTopicName generates a message topic name for a replication message MessageTopicName() string }
NameGenerator wraps a namingstrategy.NamingStrategy to simplify its usage with the topic prefix being predefined
Click to show internal directories.
Click to hide internal directories.