| Package | Description |
|---|---|
| io.debezium.connector.mongodb |
| Modifier and Type | Field and Description |
|---|---|
private TopicSelector |
RecordMakers.topicSelector |
private TopicSelector |
MongoDbTaskContext.topicSelector |
| Modifier and Type | Method and Description |
|---|---|
static TopicSelector |
TopicSelector.defaultSelector()
Get the name of the topic for a given database name and collection name.
|
static TopicSelector |
TopicSelector.defaultSelector(String prefix)
Get the name of the topic for a given prefix, database name, and collection name.
|
static TopicSelector |
TopicSelector.defaultSelector(String prefix,
String delimiter)
Get the name of the topic for a given prefix, database name, and collection name.
|
TopicSelector |
MongoDbTaskContext.topicSelector() |
| Constructor and Description |
|---|
RecordMakers(SourceInfo source,
TopicSelector topicSelector,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> recorder,
boolean emitTombstonesOnDelete)
Create the record makers using the supplied components.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.