Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implements feature #67 to have fallback topic name support #68

Merged
merged 1 commit into from
Jan 22, 2019

Conversation

hpgrahsl
Copy link
Owner

for very simple pass-through kinds of streaming ETL pipelines from kafka to mongodb it is now possible to fallback to the name of the kafka topic which is taken as is to name the corresponding mongodb collection.

the behaviour is applied iff the "default" collection name is set to an empty string in the configuration

mongodb.collection=

whenever the sink connector doesn't find an explicit mapping for a kafka topic it then just uses the kafka topic name instead to fallback to the otherwise configured default mongodb collection name.

solves #67

@hpgrahsl hpgrahsl self-assigned this Jan 22, 2019
@hpgrahsl hpgrahsl merged commit d8f6592 into master Jan 22, 2019
@hpgrahsl hpgrahsl deleted the topic-name-fallback branch January 22, 2019 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant