Randal Boyle created HUDI-1996:
----------------------------------
Summary: When using SchemaRegistryProvider.java cant pass basic
auth creds in url
Key: HUDI-1996
URL: https://issues.apache.org/jira/browse/HUDI-1996
Project: Apache Hudi
Issue Type: Bug
Components: DeltaStreamer
Reporter: Randal Boyle
Fix For: 0.10.0
**Background**
When trying to use the
[SchemaRegistryProvider.java|https://github.com/apache/hudi/blob/c21209cb58a5cff3267aca9f17fe7d2c4edd3190/hudi-utilities/src/main/java/org/apache/hudi/utilities/schema/SchemaRegistryProvider.java#L54-L59]
with basic auths we cannot pass creds in the url due to this issue
[https://bugs.openjdk.java.net/browse/JDK-5043482.] This means when using basic
auth with confluent cloud schema registry there is no way to authenticate.
**Story**
As a user of hudi delta streamer who uses the confuent schema registry with
basic auth
I would like to be able to pass basic authentication credentials to the
SchemaRegistryProvider
So that i can authenticate with the confluent schema registry and obtain my
desired schemas
**Acceptance Criteria**
I can pass basic auth creds to the SchemaRegistryProvider and the schema can be
obtained from the registry.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)