question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support pre-registered schemas

See original GitHub issue

It’d be great to have support for the schema-check, rather than only schema-register functionality of getting an id for a given schema in the schema registry. From the docs:

# Check whether a schema has been registered under subject "Kafka-key"
$ curl -X POST -i -H "Content-Type: application/vnd.schemaregistry.v1+json" \
    --data '{"schema": "{\"type\": \"string\"}"}' \
    http://localhost:8081/subjects/Kafka-key

Rationale: We want to do the register outside of server invocation (eg, in the CI deployment, before the actual code deploy), so that if a developer is working with a local branch against a shared dev environment, they won’t accidentally register a new schema by launching the server on a WIP branch.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Nevoncommented, Apr 6, 2020
0reactions
jbooth-masterycommented, Apr 13, 2020

LGTM! Better than I would have done too, I only dabble in typescript.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Formats, Serializers, and Deserializers
The serializers and Kafka Connect converters for all supported schema formats automatically register schemas by default. The Protobuf serializer recursively ...
Read more >
A Schema-Activation Approach to Failure and Success in ...
Overall, there are some findings that directly or indirectly support the existence of a mental schema of fatigue/decreased vitality.
Read more >
Registration as a resource type in Datacite schema
A preregistration type of registration occurs prior to data collection, and can use different preregistration templates to support study.
Read more >
feature request: EventBridge Schema Registry support #5509
EventBridge service should support Schemas and Schema Registries. The default AWS schemas can be pre-registered in default registry but ...
Read more >
Schematic information influences memory and ...
Schemas modulate memory performance for schema-congruent and -incongruent information. However, it is assumed they do not influence behaviour for information ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found