GithubHelp home page GithubHelp logo

Comments (6)

Antwnis avatar Antwnis commented on May 26, 2024

Just tested on a CP 3.1.1 schema-registry and it works on our testing environments

To debug it if you open Chrome Dev tools and check the Network tab you'll see the subjects/ request. Does that respond with the subjects that are already registered in the schema-registry ?

For example - see how the response would look like on our servers

curl -X GET https://schema-registry.demo.landoop.com/subjects/

from schema-registry-ui.

Antwnis avatar Antwnis commented on May 26, 2024

Hi Rafal, did you have a change to look at it ?!

According to the Confluent API - there is no "subject" in the response. However as you can see in the following API call - the 'subject' is actually part of the response

http://cloudera.landoop.com:13032/api/schema-registry/subjects/device-measurements-topic-key/versions/1

from schema-registry-ui.

rkluszczynski avatar rkluszczynski commented on May 26, 2024

Hello @Antwnis,
sorry for late response. Shortly speaking: everything is working now:)

I've come to the bottem of problem. Regarding Schema Registry everything is as you have described. Endpoint for schema version returns Schema object:

https://github.com/confluentinc/schema-registry/blob/master/core/src/main/java/io/confluent/kafka/schemaregistry/rest/resources/SubjectVersionsResource.java#L75

and this Schema contains subject field here:

https://github.com/confluentinc/schema-registry/blob/master/client/src/main/java/io/confluent/kafka/schemaregistry/client/rest/entities/Schema.java#L36

as you pointed that out.

Problem occurred because our instance is not original Schema Registry (Kafka backend was not an option) and was updated based on documentation.

Thanks for investiagating my problem, thanks to your answer I've managed to quickly investigate what is going on and we've changed the response to meet the original code:)

Finally, schema-registry-ui is working now, as I stated before it looks great!
Thanks for that software:)

Kind regards,
Rafal Kluszczynski

from schema-registry-ui.

Antwnis avatar Antwnis commented on May 26, 2024

Hi Rafal. Everything is ... ?

from schema-registry-ui.

rkluszczynski avatar rkluszczynski commented on May 26, 2024

@Antwnis Your quick:) I've udpated the comment just a second ago:)

from schema-registry-ui.

Antwnis avatar Antwnis commented on May 26, 2024

You are welcome. Thanks a lot for the feedback !

from schema-registry-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.