opensearch-project / opensearch-project/data-prepper

Kafka buffer integration test for backward compatibility

Open
#6,387 1 comment 0 reactions 1 assignee View on GitHub

@graytaylor0 is already working on this.

Since Jan 6, 2026.

maintenance
Dominant language
Java
Stars
374
Forks
354
Avg merge
3d 18h
Merged PRs (30d)
8

Description

Is your feature request related to a problem? Please describe.
Data Prepper does not have any backward compatibility integration tests with persistent buffer. This means that there could be code in the kafka producer and consumer that break backward compatibility (i.e. old data prepper code produces to Kafka, but new Data Prepper consumer code cannot consume the old producer's data)

Describe the solution you'd like
An integration test in the form of a github action with the following flow

  1. Ingests to a pipeline and produce the data to the Kafka buffer (with kms encryption enabled) with the latest data prepper image code.
  2. Pause to block consuming of the data so that the data remains in the Kafka buffer
  3. Start up data prepper running the latest code in github (not the latest image)
  4. Verify no failure to consume the data and that the data is consistent with what was produced in step 1.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.