| Package | Description |
|---|---|
| io.debezium.connector.postgresql |
| Modifier and Type | Field and Description |
|---|---|
private TopicSelector |
PostgresTaskContext.topicSelector |
| Modifier and Type | Method and Description |
|---|---|
private TopicSelector |
PostgresTaskContext.initTopicSelector() |
static TopicSelector |
TopicSelector.topicPerSchema(String prefix)
Generates a topic name for each table, based on the table schema and a prefix
|
static TopicSelector |
TopicSelector.topicPerTable(String prefix)
Generates a topic name for each table, based on the table schema, table name and a prefix
|
protected TopicSelector |
RecordsProducer.topicSelector() |
protected TopicSelector |
PostgresTaskContext.topicSelector() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.