-
Notifications
You must be signed in to change notification settings - Fork 219
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
Field names don't allow fully qualified names with periods. #8
Comments
CC @karrick |
Sorry folks. I have not abandoned this project, but my full time job has kept me pretty busy. I noticed that namespaces are not implemented correctly. I started working on a fix. I'll take a look at the above patch when I get a minute. Thank you for your feedback! |
ping @karrick just wonder if you or any other one at linkedin have a minute in 2017? just scan over current open issues |
@c0b, Please check out the newly rewritten version of this library at https://github.com/karrick/goavro It properly handles records with fully qualified field names. |
thanks for the update, that definitely blew away all the doubts on whether the project is abandoned. On the API breaking changes for go libraries, I see the gopkg service is pretty popular, (like https://gopkg.in/yaml.v2) would you like also make a pointer there https://gopkg.in/goavro.v2 to your personal repo? |
I have absolutely used gopkg.in before and I think that's a great way to update the library and tell people in the main README.md file to use that in their projects until they can update to use the new API.
Thanks for the suggestion!
…-Karrick
On Jun 1, 2017, at 2:21 PM, Mr C0B ***@***.***> wrote:
thanks for the update, that blowed away all the doubts on whether the project is abandoned.
On the API breaking changes for go libraries, I see many ones are using the gopkg services like https://gopkg.in/yaml.v2 would you like also make a point there https://gopkg.in/goavro.v2 to your personal repo?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
When the example code server.go in linkedin/goavro/examples/net is run and the client (built from client.go) in the same directory is run, the server program crashes. This is because the timestamp field is set using the fully-qualified path in server.go:
I have a simple patch:
If you think the above is valid and complete, I can create a pull request that can be merged, or you could take the patch yourself.
The text was updated successfully, but these errors were encountered: