Fritz (Fredrick Seitz)
Fritz (Fredrick Seitz)
`curl -X POST -H "Content-Type: application/vnd.kafka.json.v2+json" \ -H "Accept: application/vnd.kafka.v2+json" \ --data '{"records":[{"key":1, "value":{"name":"event","content":"testing_curl"}}]}' "http://localhost:8082/topics/test-topic" ` key value: "1"
We use arena in organisation and have done a PR locally for this, you can check it out here: https://github.com/ratehub/arena/pull/1 It adds a query box when viewing jobs, and uses...
https://github.com/planeswalkers/www.mtgdb.info/issues/69
This will allow users to filter cards out by certain promo types.
Throw a meaningful error when the data type does not match the field type in complex querying. as per @alotau http://api.mtgdb.info/search/?q=color%20eq%20blue%20and%20type%20m%20%27Creature%27%20and%20description%20m%20%27flying%27%20and%20convertedmanacost%20lt%20howdy%20and%20name%20m%20%27Cloud%27&limit=2&start=0 5:14:04 AM providing a string when an integer is...