dapr / dapr/java-sdk

[Java dapr SDK]io.dapr.client.domain.CloudEvent mismatch the defination

Open
#887 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
300
Forks
230
Avg merge
1d 20h
Merged PRs (30d)
4

Description

According to
https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-cloudevents/
v1.0 CloudEvent should contains parameter
[
traceparent
traceid
tracestate
topic
pubsubname
time].
But when we are using dapr-sdk 1.8.0, there is no
[
traceparent
traceid
tracestate
topic
pubsubname
time]
My question is why don't java SDK CloudEvent class don't have these items?

I'm asking because we need the topic dynamically to get some information from the topic....

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.