What I'm really missing is some material about HOW to Create events, and how to manage the subscriptions, seems all in knative is build around how to consume events from external event sources, is there any support in knative how to become a cloudevent publisher?
@lifehacker123Ай бұрын
Hey, not sure if this is still relevant. I’ve shortly worked for a company that created new event based, serverless microservices for an upcoming product. I’m not sure if it is THE way to go but that company created a repository where all possible events that could ever occur would be available to be used by all other repositories. For details on how to send and receive events, have a look at the quick start tutorial. It’s not flawless but it gives you a good idea of how to then use these events from the event repo. Our company didn’t use Knative but it should still work similarly.
@diegonayalazo3 жыл бұрын
Thank you. Very informative.
@pranasbaliuka98773 жыл бұрын
Is HTTP the most low latency and most efficient protocol in passing messages protocol in KNative service interactions? Are there some K"native" ways of having IPC?