Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamingStrategy ¶
type NamingStrategy interface { // EventTopicName generates a event topic name for the given schema and table name EventTopicName( topicPrefix string, schemaName, tableName string, ) string // SchemaTopicName generates a schema topic name for the given schema and table name SchemaTopicName( topicPrefix string, schemaName, tableName string, ) string // MessageTopicName generates a message topic name for a replication message MessageTopicName( topicPrefix string, ) string }
NamingStrategy represents a strategy to generate topic names for event topics, schema topics, as well as message topics
Click to show internal directories.
Click to hide internal directories.