Alex Woods

Results 4 comments of Alex Woods

Hey guys, is this resolved? We use a hosted schema registry that supports basic auth, which we're passing in through the URL, but we're seeing ``` io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException: Unexpected character ('

of course! ```json { "name": "alex-clay-testing-1", "connector.class": "com.wepay.kafka.connect.bigquery.BigQuerySinkConnector", "topics": "outbound-orders.public.sales_order_request", "topicsToTables": "\\.=$2", "project": "alex-clay-test-1", "datasets": ".*=testing1", "schemaRetriever": "com.wepay.kafka.connect.bigquery.schemaregistry.schemaretriever.SchemaRegistrySchemaRetriever", "credentials": "", "sanitizeTopics": "true", "autoCreateTables": "true", "schemaRegistryLocation": "", "autoUpdateSchemas": "true", "keySource": "JSON"...

And with our schema registry, when you just do ``` curl /subjects//versions ``` with the basic auth in the URL it works fine, which is why I'm confused

We're also hitting this problem in our TS project, and we can't tell what set of statements is causing it.