Skip to content

kafka topic name change #145

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

Merged
merged 5 commits into from
Aug 6, 2019
Merged

Conversation

sachin-maheshwari
Copy link
Contributor

No description provided.

@@ -17,4 +17,5 @@ module.exports = (sequelize, DataTypes) => sequelize.define('NotificationSetting
serviceId: { type: DataTypes.STRING, allowNull: false },
name: { type: DataTypes.STRING, allowNull: false },
value: { type: DataTypes.STRING, allowNull: false },
topicOld: { type: DataTypes.STRING, allowNull: false },

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sachin-maheshwari do we need to keep the old topic name? I mean immediately after running the migration script, we can drop this column.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vikasrohit No. This is just temporary, will clean later.

@sachin-maheshwari sachin-maheshwari merged commit 76869f6 into dev Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants