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
I have the same issue as @angeloarenas in #791. My publisher was upgraded to spring-cloud-aws-starter-sns 3.0.2 and my consumer is on spring-cloud-starter-aws-messaging 2.6.6 RELEASE.
Message attribute:
attributeName: timestamp
attributeType: number
attributeValue: 1698230823215
The application throws a StringIndexOutOfBoundsException when it tried to parse the attributeType in line 90 - org.springframework.cloud.aws.messaging.support.converter.NotificationRequestConverter#getNumberValue. (spring-cloud-starter-aws-messaging 2.6.6 RELEASE),
I also tried the RawMessageDelivery - it fails in org.springframework.cloud.aws.messaging.core.QueueMessageUtils#getNumberValue
Do you know any workarounds?
Thank you
The text was updated successfully, but these errors were encountered:
Hello!
I have the same issue as @angeloarenas in #791. My publisher was upgraded to spring-cloud-aws-starter-sns 3.0.2 and my consumer is on spring-cloud-starter-aws-messaging 2.6.6 RELEASE.
Message attribute:
attributeName: timestamp
attributeType: number
attributeValue: 1698230823215
The application throws a StringIndexOutOfBoundsException when it tried to parse the attributeType in line 90 - org.springframework.cloud.aws.messaging.support.converter.NotificationRequestConverter#getNumberValue. (spring-cloud-starter-aws-messaging 2.6.6 RELEASE),
I also tried the RawMessageDelivery - it fails in org.springframework.cloud.aws.messaging.core.QueueMessageUtils#getNumberValue
Do you know any workarounds?
Thank you
The text was updated successfully, but these errors were encountered: