-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kafka local aws glue registry support #5377
Comments
It sounds like this could be a new configuration that we could add and use. @katelfox , Would you be able to add this feature? |
Maybe -- my first attempt wasn't successful. I will hopefully have time to go back again and make it work. Would someone be able to help me/provide guidance? So far the other thing I've found that needs to happen is dummy user name and password to be passed in -- not sure of the best way to do that. For now I was adding it as environment variables when running the docker container. |
Hello @katelfox , I think we would need to set the endpoint by adding a new line into this section. Lines 398 to 402 in 137e1e7
We also need to make this configurable. So that means either using an existing configuration or using one that exists. I think we can use the existing Lines 29 to 30 in 137e1e7
You should be able to get it using |
Is your feature request related to a problem? Please describe.
Unable to run data prepper locally in a docker container pointing to a glue schema registry in another docker container (motoserver)
Describe the solution you'd like
All that is necessary for the support is to allow specifying the AWS registry url and populating
AWSSchemaRegistryConstants.AWS_ENDPOINT
in the configuration if it is specifiedDescribe alternatives you've considered (Optional)
At this point I don't know of any way to be able to consume messages from a local kafka with a local aws glue schema registry
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: