Skip to content

Add tests to check KafkaBuffer compression#5813

Merged
san81 merged 8 commits into
opensearch-project:mainfrom
jeffreyAaron:compression-test
Jul 3, 2025
Merged

Add tests to check KafkaBuffer compression#5813
san81 merged 8 commits into
opensearch-project:mainfrom
jeffreyAaron:compression-test

Conversation

@jeffreyAaron
Copy link
Copy Markdown
Contributor

Description

Add tests to KafkaBufferIT to check compression in KafkaBuffer.

Issues Resolved

Resolves #5812

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Jeffrey Aaron Jeyasingh <jeffreyaaron06@gmail.com>
Signed-off-by: Jeffrey Aaron Jeyasingh <jeffreyaaron06@gmail.com>
Signed-off-by: Jeffrey Aaron Jeyasingh <jeffreyaaron06@gmail.com>
@jeffreyAaron jeffreyAaron changed the title Add tests to check compression Add tests to check KafkaBuffer compression Jun 30, 2025
);

bootstrapServersCommaDelimited = System.getProperty("tests.kafka.bootstrap_servers");
bootstrapServersCommaDelimited = "localhost:9092";
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you may want to delete this line?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, for sure.

Signed-off-by: Jeffrey Aaron Jeyasingh <jeffreyaaron06@gmail.com>
This reverts commit 6d37671.

Signed-off-by: Jeffrey Aaron Jeyasingh <jeffreyaaron06@gmail.com>
Signed-off-by: Jeffrey Aaron Jeyasingh <jeffreyaaron06@gmail.com>
Signed-off-by: Jeffrey Aaron Jeyasingh <jeffreyaaron06@gmail.com>
Signed-off-by: Jeffrey Aaron Jeyasingh <jeffreyaaron06@gmail.com>
@san81 san81 merged commit fc035b8 into opensearch-project:main Jul 3, 2025
46 of 50 checks passed
JonahCalvo pushed a commit to JonahCalvo/os-data-prepper that referenced this pull request Jul 17, 2025
* Add tests to check compression

Signed-off-by: Jeffrey Aaron Jeyasingh <jeffreyaaron06@gmail.com>
Signed-off-by: Jonah Calvo <caljonah@amazon.com>
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.

Implement tests for checking compression functionality for KafkaBuffer

3 participants