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 possibility to expand already defined custom avro types #1907

Open
szczygiel-m opened this issue Sep 30, 2024 · 2 comments
Open

Add possibility to expand already defined custom avro types #1907

szczygiel-m opened this issue Sep 30, 2024 · 2 comments

Comments

@szczygiel-m
Copy link
Contributor

Adjust schema visualization presented on Hermes console for records which are used repeatedly in one schema. Now it displays the record type only (without nested fields inside record).

Record definition:

{
"type": "record",
"name": "MarketplaceId",
"namespace": "pl.allegro.{...}.marketplace",
"fields": [
{
"name": "id",
"type": "string",
}
]
}

Record usage:

{
"name": "marketplace",
"type": "pl.allegro.{...}.marketplace.MarketplaceId",
}

Example visualization:
image

@MiloszKorman
Copy link

Hey! I'd like to give this issue a go for hacktoberfest 😄

@szczygiel-m
Copy link
Contributor Author

Hey, cool to hear that 😄 assigned. If you have any questions/problems, let us know.

MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Oct 16, 2024
faderskd pushed a commit to MiloszKorman/hermes that referenced this issue Nov 14, 2024
faderskd pushed a commit to MiloszKorman/hermes that referenced this issue Nov 18, 2024
faderskd pushed a commit to MiloszKorman/hermes that referenced this issue Nov 25, 2024
MiloszKorman added a commit to MiloszKorman/hermes that referenced this issue Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants