Questions tagged [cloudevents]

CloudEvents is a specification for describing event data in a common way. CloudEvents seeks to ease event declaration and delivery across services, platforms and beyond.

34 questions
0
votes
1 answer

Azure Event Grid Cloud Events Schema V1.0 with Azure Event Grid Domains and Custom Topics Documentation Not Clear

I have elected to leverage Azure Event Grid in an enterprise multi-tenant model application. I also want to use Cloud Events instead of the proprietary AEG format. I am using AEG domains for each tenant and then I want a custom topic and subject for…
Arra
  • 43
  • 1
  • 6
0
votes
1 answer

Has anyone consumed a CNCF CloudEvent from Apache Kafka?

I have published several CNCF CloudEvents onto a Kafka Broker. I am trying to view them directly on the broker using this command: kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic flink-test --from-beginning I not been able to…
0
votes
2 answers

What is the subscription validation event message schema in azure event grid?

Created new azure event grid domain with cloud event schema using portal. Created new web hook endpoint using azure function that can receive both subscription validation event as well as event notifications. Created new azure event grid topic for…
Raghu
  • 2,859
  • 4
  • 33
  • 65
0
votes
1 answer

Does Azure Event Grid support cloud event schema version 0.2?

I know that the AEG (azure event grid) works with cloud schema 0.1 as shown here https://learn.microsoft.com/en-us/azure/event-grid/cloudevents-schema#cloudevent-schema. But the cloud event schema latest version is 0.2 at…
Raghu
  • 2,859
  • 4
  • 33
  • 65
1 2
3