Skip to content

Include AdditionalCodecs argument to allow additional Codec registration - #1636

Merged
cwperks merged 1 commit into
opensearch-project:mainfrom
reta:add.additional.codecs
Jan 29, 2026
Merged

Include AdditionalCodecs argument to allow additional Codec registration#1636
cwperks merged 1 commit into
opensearch-project:mainfrom
reta:add.additional.codecs

Conversation

@reta

@reta reta commented Jan 29, 2026

Copy link
Copy Markdown
Contributor

Description

Include AdditionalCodecs argument to allow additional Codec registration

Related Issues

Followup on opensearch-project/OpenSearch#20411

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

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.


public CorrelationCodecService(CodecServiceConfig codecServiceConfig, IndexSettings indexSettings) {
super(codecServiceConfig.getMapperService(), indexSettings, codecServiceConfig.getLogger());
super(codecServiceConfig.getMapperService(), indexSettings, codecServiceConfig.getLogger(), codecServiceConfig.getAdditionalCodecs());

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.

The change looks breaking but this is experimental API at the moment

@reta

reta commented Jan 29, 2026

Copy link
Copy Markdown
Contributor Author

Needs backport to 3.5 label please (cannot create one)

@cwperks
cwperks merged commit 179cb1a into opensearch-project:main Jan 29, 2026
15 of 18 checks passed
opensearch-trigger-bot Bot pushed a commit that referenced this pull request Jan 29, 2026
…ion (#1636)

Signed-off-by: Andriy Redko <drreta@gmail.com>
(cherry picked from commit 179cb1a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
cwperks pushed a commit that referenced this pull request Jan 29, 2026
…ion (#1636) (#1637)

(cherry picked from commit 179cb1a)

Signed-off-by: Andriy Redko <drreta@gmail.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants