Skip to content
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

Fix the build break for kinesis source #5034

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

sb2k16
Copy link
Contributor

@sb2k16 sb2k16 commented Oct 8, 2024

Description

This PR is to fix the build break for kinesis-source plugin.

> Task :data-prepper-plugins:kinesis-source:compileTestJava FAILED
/Users/dlv/Documents/Development/opensearch/data-prepper/data-prepper-plugins/kinesis-source/src/test/java/org/opensearch/dataprepper/plugins/kinesis/extension/KinesisLeaseConfigTest.java:43: error: cannot access EventConfigurationContainer
        final DataPrepperConfiguration dataPrepperConfiguration = OBJECT_MAPPER.readValue(configurationFile, DataPrepperConfiguration.class);
                                                                               ^
  class file for org.opensearch.dataprepper.core.event.EventConfigurationContainer not found
Note: Some input files use or override a deprecated API.

Issues Resolved

Resolves #1082

Check List

  • 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.

@dlvenable dlvenable merged commit 8ee2de9 into opensearch-project:main Oct 8, 2024
44 of 47 checks passed
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.

Support AWS Kinesis Data Streams as a Source
4 participants