dotnetcore / CAP

Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
http://cap.dotnetcore.xyz
MIT License
6.61k stars 1.28k forks source link

Why my message parameters is auto convert to base64 #1495

Closed DayDreamdd closed 6 months ago

DayDreamdd commented 6 months ago

when i publish a message ,the parameters is a entity, the consumer will get a base64 parameter.so i convert the entity to json,then publish the json, the consumer recived message parameter also is base64. i do not know why.

1709609473833 1709609521781

yang-xiaodong commented 6 months ago

See: https://github.com/dotnetcore/CAP/issues/63#issuecomment-667749257

DayDreamdd commented 6 months ago

resolved , thanks

tuohaibei commented 6 months ago

Hi,how you fix it?could you show more detail?