-
Notifications
You must be signed in to change notification settings - Fork 96
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
EventHub Source processor properties not populating #1298
Comments
For eventhubs, SAM looks up schema based on the value entered in "Entity path" . In this case you need to define a schema with name "woolies" (not testeventhub). |
@arunmahadevan thanks for checking this out. I did actually have a schema named "woolies" as well which i've tried again now. I think it's validating that OK - doesn't give error "schema not found" when you enter woolies - but then no values are populated into SCHEMA BRANCH. |
@kphwx, you might want to check if the streamline and registry versions are compatible. From the screenshot it appears so. You could also enable debug logs for streamline and schema registry and see the request/response being sent. This works for me with the latest version of streamline/registry (master branch). |
@arunmahadevan the SAM I have with HDF 3.1.2 seems to be version 0.6.0. However, SR is 0.5.1 which is interesting as the component notes for HDF say SR is listed as 0.5.0. Is yours 0.5.0? Also, looking at output withe DEBUG on (thanks for that suggestion) it looks like it's calling a different GET api method than what is in swagger? See output below or file Looking the swagger docs it should be calling: /api/v1/schemaregistry/schemas?? INFO [2018-07-20 01:21:26.639] [dw-27 - GET /api/v1/schemas/woolies/versions] c.h.s.s.s.SchemaResource - Get all versions for schema : woolies |
If you are using HDF 3.1.2 I am not sure how are you even getting the "Schema Branch" option in the UI because the changes for that have not gone into HDF-3.1-maint. See - #1240 This has been fixed in master and should be available in the next release (HDF 3.2 or streamline 0.7). |
Hmmm. OK, not sure what is happening there. Should I use the prior HDF version (3.1.1) instead? |
When configuring an Event Hub processor, the values of Schema Branch/Version show "results not found" despite entering valid values for all previous parameters (username, passwd, namespace, entitypath).
Expecting the Schema Branch to read from Schema Registry and show "MASTER" (default) as branch but it appears that the Processor isn't syncing these values properly from schema registry?
The text was updated successfully, but these errors were encountered: