rebus-org / Rebus.GoogleCloudPubSub

:bus: Google Cloud Pub Sub transport for Rebus (under development)
Other
7 stars 5 forks source link

Handle header size limitations #2

Closed torangel closed 3 years ago

torangel commented 3 years ago

Some of the content typically sent as headers by Rebus (errormessage, rbs2-encryption-iv, etc) exceeded googlepubsub attribute limits. Now sending Rebus headers as part of the googlepubsub body content.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

mookid8000 commented 3 years ago

Cool 🙂 I've pushed it as Rebus.GoogleCloudPubSub 0.0.2 - should be visible on NuGet.org in a few minutes