netcorepal / netcorepal-cloud-framework

基于 ASP.NET Core 的领域驱动设计微服务架构实现方案
https://netcorepal.github.io/netcorepal-cloud-framework/
MIT License
115 stars 29 forks source link

CapSubscriberSourceGenerator CapSubscribe groupName not work #35

Closed witskeeper closed 1 month ago

witskeeper commented 1 month ago

https://github.com/netcorepal/netcorepal-cloud-framework/blob/87c9ad3fac96995a500c936085f115762837bf66/src/DistributedTransactions.CAP.SourceGenerators/CapSubscriberSourceGenerator.cs#L113C10-L113C22

If groupName is not empty, the following code will cause the subscription to fail.

[CapSubscribe(""{eventName}""{groupName})]
witskeeper commented 1 month ago

CapSubscriberSourceGenerator works will