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
We want to have a new set of annotations for Kafka processors. It means that annotating a @free trait or abstract class adding the @processor annotation, we will have 2 more available to label our methods:
@publisher: will generate code to allow publishing messages to a specific topic @subscriber: will start consuming messages.
I think that we can get around with just @publisher and @subscriber which I would call @producer and @consumer if instead of being annotations over def they are over an object or class that is path dependent to the FreesKafkaProcessor or whatever algebra the user is located in.
We want to have a new set of annotations for Kafka processors. It means that annotating a @free trait or abstract class adding the @processor annotation, we will have 2 more available to label our methods:
@publisher: will generate code to allow publishing messages to a specific topic
@subscriber: will start consuming messages.
Example:
The text was updated successfully, but these errors were encountered: