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

Incorrect topic message content type (avro -> json) #1391

Closed
5hin0bi opened this issue Jan 14, 2022 · 0 comments · Fixed by #1422
Closed

Incorrect topic message content type (avro -> json) #1391

5hin0bi opened this issue Jan 14, 2022 · 0 comments · Fixed by #1422
Assignees
Labels
scope/frontend status/accepted An issue which has passed triage and has been accepted type/bug Something isn't working
Milestone

Comments

@5hin0bi
Copy link
Contributor

5hin0bi commented Jan 14, 2022

Describe the bug
When opening a message of a topic (while using avro converters), in kafka-ui it's shown as JSON. However, if you check the http response in the browser F12 console it's shown as AVRO.

Set up
(How do you run the app?
Which version of the app are you running? Provide either docker image version or check commit hash at the top left corner. We won't be able to help you without this information.)

image

Steps to Reproduce
Steps to reproduce the behavior:

  1. Create connector with avro key and value converter
  2. Check the message in the topic
  3. Json type is shown as content of the message

Expected behavior
(A clear and concise description of what you expected to happen)

Avro type is shown as content of the message

Screenshots
(If applicable, add screenshots to help explain your problem)

image

image

Additional context
(Add any other context about the problem here)

@5hin0bi 5hin0bi added the type/bug Something isn't working label Jan 14, 2022
@github-actions github-actions bot added the status/triage Issues pending maintainers triage label Jan 14, 2022
@Haarolean Haarolean added scope/frontend status/accepted An issue which has passed triage and has been accepted and removed status/triage Issues pending maintainers triage labels Jan 15, 2022
@Haarolean Haarolean added this to the 0.3.2 milestone Jan 15, 2022
Motherships added a commit that referenced this issue Jan 19, 2022
)

* Updates MessageContent to use keyFormat and valueFormat data from API

* Changes imports to * from S

* Adds tests verify keyFormat and contentFormat renders correctly

Co-authored-by: Damir Abdulganiev <dabdulganiev@provectus.com>
javalover123 pushed a commit to javalover123/kafka-ui that referenced this issue Dec 7, 2022
…json) (provectus#1422)

* Updates MessageContent to use keyFormat and valueFormat data from API

* Changes imports to * from S

* Adds tests verify keyFormat and contentFormat renders correctly

Co-authored-by: Damir Abdulganiev <dabdulganiev@provectus.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/frontend status/accepted An issue which has passed triage and has been accepted type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants