Skip to content
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

Rename CloudEvent in avro spec to AvroCloudEvent #615

Closed
fabiojose opened this issue May 4, 2020 · 0 comments
Closed

Rename CloudEvent in avro spec to AvroCloudEvent #615

fabiojose opened this issue May 4, 2020 · 0 comments

Comments

@fabiojose
Copy link
Contributor

Some users of Avro Event Format may use some kind of tool for source code gen, then the resulting source may collide with packages and classes defined in the SDKs.

This happens because of name definition within spec.avsc:

{
    "namespace":"io.cloudevents",
    "type":"record",
    "name":"CloudEvent"
}

The suggestion is to change the name to AvroCloudEvent, that I think is better for the context.

This is a result of experience using Avro with Java.

@duglin duglin closed this as completed in e81d8ab May 21, 2020
duglin pushed a commit that referenced this issue May 21, 2020
n3wscott pushed a commit to n3wscott/cloudevents-spec that referenced this issue Nov 30, 2020
Change CloudEvent to AvroCloudEvent

Signed-off-by: Fabio José <fabiojose@gmail.com>
@duglin duglin mentioned this issue Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant