| Package | Description |
|---|---|
| io.debezium.connector.mongodb |
| Modifier and Type | Field and Description |
|---|---|
private Filters |
RecordMakers.filters |
private Filters |
MongoDbTaskContext.filters |
private Filters |
ConnectionContext.MongoPrimary.filters |
| Modifier and Type | Method and Description |
|---|---|
Filters |
MongoDbTaskContext.filters() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionContext.MongoPrimary |
ConnectionContext.primaryFor(ReplicaSet replicaSet,
Filters filters,
BiConsumer<String,Throwable> errorHandler)
Obtain a client that will repeated try to obtain a client to the primary node of the replica set, waiting (and using
this context's back-off strategy) if required until the primary becomes available.
|
| Constructor and Description |
|---|
MongoPrimary(ConnectionContext context,
ReplicaSet replicaSet,
Filters filters,
BiConsumer<String,Throwable> errorHandler) |
RecordMakers(Filters filters,
SourceInfo source,
TopicSelector<CollectionId> topicSelector,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> recorder,
boolean emitTombstonesOnDelete)
Create the record makers using the supplied components.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.