Skip to content
#

schema

Here are 1,626 public repositories matching this topic...

mausch
mausch commented Apr 2, 2020

The title might seem a bit vague but I don't know how to describe it any better tbh :-)

Anyway this is what happened: I got some 500 responses from the schema registry and all I could see in the logs was :

[2020-04-02 16:03:35,048] INFO 100.96.14.58 - - [02/Apr/2020:16:03:34 +0000] "PUT /config/some-topic-value HTTP/1.1" 500 69  502 (io.confluent.rest-utils.requests)

The logs di

aldeed
aldeed commented Aug 29, 2013

Add some validation checks for mongo operators that can't be done by SimpleSchema. See longshotlabs/meteor-simple-schema#9.

  • $rename (make sure existing values for the renamed key validate for the new key name)
  • $inc (check min/max and allowed values)
  • $addToSet (check maxCount)
  • $push (check maxCount)
  • $pull (check minCount)
  • $pullAll (check minCount)
  • $pop (check min

Improve this page

Add a description, image, and links to the schema topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the schema topic, visit your repo's landing page and select "manage topics."

Learn more