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

Port 12483 Update blueprint for consumer groups in ports kafka integration #1971

Conversation

phalbert
Copy link
Contributor

@phalbert phalbert commented Jan 21, 2025

Description

This PR simplifies the representation of consumer group members by modifying the "members" field in the consumer group blueprint. Previously, this field was an array of objects containing detailed member information. To streamline the data and reduce complexity, the "members" field now includes only the client_id of each member.

Why this change?

The previous structure with full member objects was overwhelming and unnecessary for the intended use case. After discussions, it was agreed that the client_id is sufficient to represent members effectively.

Updated docs pages

Please also include the path for the updated docs

  • Kafka Ocean Installation (/build-your-software-catalog/sync-data-to-catalog/event-processing/kafka#consumer-group)

@phalbert phalbert self-assigned this Jan 21, 2025
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-1971.d2ngvl90zqbob8.amplifyapp.com

@hadar-co hadar-co merged commit 0da5266 into main Jan 22, 2025
2 checks passed
@hadar-co hadar-co deleted the PORT-12483-add-support-for-consumer-groups-to-ports-kafka-integration branch January 22, 2025 15:39
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