Notification /Event Bridge Topics : deserialization errors

Hello,

We use some topics like "v2.detail.events.conversation.{id}.user.start" with the NotificationApi and EventBridge.

We have some deserialization errors for example with the UserStartDetailEventTopicUserStartEvent object with EventBridge and we don't receive the event with the NotificationApi.

When we test with the API Explorer, we see the source of the problem :
"eventTime": 1713254808530

In the java SDK eventTime is an Integer (-2147483648 to 2147483647)

we use platform-client-v2 / 203.0.0

Can you fix the java SDK ?

Hi Stéphane,

The java sdk is generated off our swagger docs. In the swagger eventTime is documented as a integer instead of a long so unfortunately the java sdk is generating everything correctly as far as it's aware. You will need to open a ticket with care for this since the issue is in the backend somewhere. I believe this was an issue before for notification topics so care should be able to provide an explanation as to why this is happening.

Regards,
Declan