You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
p.s.: I also tried to even put the application starter into the same package. This also doesn't make any difference (and I would have been surprised, if so), just wanted to make sure
The text was updated successfully, but these errors were encountered:
Hi Mario,
I am not sure, if this belongs to the previous issue. If so, we can also handle it there.
With a single grpc-service, the annotations work as expected. But when I have multiple services, at least one of them fails to apply the annotation.
In my demo project, I tried two different appraoches:
.proto
-files and two separated services, each in one package.proto
-file and implemented the services in the same package.The result for both approaches is the same. For approach 1, the first service reacts as expected, but the second doesn't:
... and for approach 2, the behaviour is the same:
Did I miss something, here?
Kind regards,
Hauke
p.s.: I also tried to even put the application starter into the same package. This also doesn't make any difference (and I would have been surprised, if so), just wanted to make sure
The text was updated successfully, but these errors were encountered: