Accept v0.1 and v0.2 cloud events. Adding UTs.#40
Conversation
Updating initClient as well, removing unnecessary paging.
|
@Harwayne Done! |
|
@Harwayne @vaikas-google BTW, sorry to keep on bothering with the same thing :) I know we discussed it yesterday, but I'm still not completely convinced on the idea of non-prefix match for sources for a first cut. The code change I'm suggesting is just a single line: strings.HasPrefix(cloudEventSource, filterSource) instead of cloudEventSource == filterSource. This will cover the exact matching as well as "startsWith" kind of thing. With this we can actually test if people care about sources at all, which I think they will. |
189eec1 to
4f803a2
Compare
Updating initClient as well, removing unnecessary paging.
Proposed Changes
Release Note