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

kafka-shared/iam: allow event-forwarder to consume revoked topic #138

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

Jarota
Copy link
Contributor

@Jarota Jarota commented Feb 8, 2024

No description provided.

@Jarota Jarota requested a review from a team as a code owner February 8, 2024 15:17
@@ -127,6 +127,7 @@ module "iam_jwks_publisher" {
module "iam_identitydb_event_forwarder" {
source = "../../modules/tls-app"
produce_topics = [kafka_topic.iam_identitydb_v1.name]
consume_topics = { (kafka_topic.iam_revoked_v1.name) : "iam-identitydb-event-forwarder" }
Copy link
Contributor

Choose a reason for hiding this comment

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

For consumer groups can we use the same "iam." convention, please. So this would be "iam.identitydb-event-forwarder"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh fair enough, sorry it's a bit inconsistent so didn't realise but will update now 👍

Copy link
Contributor

Choose a reason for hiding this comment

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

Yea, you're right. I should write those down in a README too.

@Jarota Jarota merged commit 4278eb0 into main Feb 8, 2024
@Jarota Jarota deleted the iam-revoked-forwarder branch February 8, 2024 15:23
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.

3 participants