Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Conversation

katallaxie
Copy link
Collaborator

No description provided.

@katallaxie katallaxie requested a review from andrewloux November 1, 2019 10:21
}

return msg, nil
}
Copy link
Member

@andrewloux andrewloux Nov 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

think we should be able to remove this Message type here, the CloudEvent type makes it redundant i think 🤔

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think we may use it for internal representation. Because the ack information maybe handy for features. Wdyt?

// Marshaler ...
type Marshaler interface {
Marshal(interface{}) ([]byte, error)
Unmarshal([]byte, interface{}) error
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrewlouis93 changed the cloud events to internal representation.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome 👍 ty!

@andrewloux
Copy link
Member

LGTM :) awesome work

@katallaxie katallaxie merged commit 9169ac7 into master Nov 9, 2019
@katallaxie katallaxie deleted the cloud_event branch November 9, 2019 19:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants