awslabs / awslabs/amazon-sqs-java-extended-client-lib

Cross language incompatibility : java namespace in sqs json body causing deserialization issue on dotnet

Open
#133 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
232
Forks
113
PR merge metrics
No merged PRs in 30d

Description

Hi!

First of all, thank you for your amazing work done.

The java library is not compatible with the dotnet library and others since the java namespace is located inside a dynamic array https://github.com/raol/amazon-sqs-net-extended-client-lib/issues/32.

In golang, the library tends to support the latest version but still, previous java library with other namespace is not compatible when the golang client sends a sqs message to a java consumer. Here is an attempt which is not compatible with older java versions: https://github.com/jwcorle/sqs-extended-client-go/blob/main/client.go#L201

I find that putting such namespace is annoying, how about using only the pointer with the bucketname and the s3key like in dotnet and golang

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.