Andrea Fiore
Andrea Fiore
When looking at the implementation of `io.confluent.kafka.schemaregistry.client.rest.RestService` in the master branch, I can see that the `getConfig` method exposes a [defaultToGlobal](https://docs.confluent.io/platform/current/schema-registry/develop/api.html#get--config-(string-%20subject)) query param: ```java public Config getConfig(Map requestProperties, String subject,...
:wave: Hi there, While using the shell subcommand, I have noticed that the query history doesn't seem to be persisted correctly. ## Expected behaviour - Like other interactive shells, I...
Hi there, I am playing around with CartoDB, and I am trying to import a [GeoJSON dataset](https://raw.github.com/gist/2079902/252d0da13c2485ba2027024197328cb1203488ca/heathrow-flight-arrivals.json) into a table using the Ruby API client. When I upload the dataset...