Skip to content

Issue # 5 rocksdb.WriteBatchWithIndex.remove(byte[]) fix #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

darmandovargas
Copy link

There is a known issue that seems to be related with the amount of messages on the queue, and when the service has processed all of them and the byte array is empty it uses a depreciated method that throws out an exception, I've upgraded the method to delete and see how it works.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

There is a known issue that seems to be related with the amount of messages on the queue, and when the service has processed all of them and the byte array is empty it uses a depreciated method that throws out an exception, I've upgraded the method to delete and see how it works.
@darmandovargas
Copy link
Author

Hi @hwanghw, this should solve the issue #5.

Also, do you have any plans to upgrade the sqs connector to support jdk 17 ? currently I'm using jdk 17, but from time to time depending on the parameters I'm getting an error due the rock db incompatibility with jdk 17, I see you are using jdk 11 on the project, let me know I can continue collaborating, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant