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

add account_management_events topic #391

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pansbro12
Copy link
Contributor

Part of the IAM team inheriting the email verification flow from DEX involves
migrating the account-management-events topic that the account-management-service
and account-management-projector publish events to, this PR just recreates the
topic in msk.

resource "kafka_topic" "iam_account_management_events" {
name = "auth-customer.iam-account-management-events"
replication_factor = "3"
partitions = "15"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this many partitions is overkill 🤔

module "iam_accounts_management_projector" {
source = "../../../modules/tls-app"
cert_common_name = "clubhouse/account_management-projector"
produce_topics = [(kafka_topic.iam_account_management_events.name)]
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we might also need consume topics and group, right?

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