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

pipeline: outputs: kinesis: add custom port configuration option #1450

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

azalio
Copy link

@azalio azalio commented Aug 30, 2024

This commit introduces a new 'port' configuration option for the Kinesis output plugin. This enhancement allows users to specify a custom TCP port for connecting to the Kinesis Streams service, providing greater flexibility in network configurations.

Key changes:

  • Added 'port' option to the configuration documentation
  • Updated the Kinesis output plugin to support custom port connections
  • Maintained default behavior (port 443) when no custom port is specified

This feature is particularly useful in environments where non-standard ports are required due to network policies or when connecting through proxies that use alternative ports.

The change is backwards compatible, as existing configurations without a specified port will continue to use the default port 443.

This commit introduces a new 'port' configuration option for the Kinesis
output plugin. This enhancement allows users to specify a custom TCP port
for connecting to the Kinesis Streams service, providing greater flexibility
in network configurations.

Key changes:
- Added 'port' option to the configuration documentation
- Updated the Kinesis output plugin to support custom port connections
- Maintained default behavior (port 443) when no custom port is specified

This feature is particularly useful in environments where non-standard
ports are required due to network policies or when connecting through
proxies that use alternative ports.

The change is backwards compatible, as existing configurations without
a specified port will continue to use the default port 443.

Signed-off-by: Mikhail [azalio] Petrov <[email protected]>
Copy link
Contributor

@lockewritesdocs lockewritesdocs left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution @azalio! I added a suggested change.

pipeline/outputs/kinesis.md Outdated Show resolved Hide resolved
Co-authored-by: Adam Locke <[email protected]>
Signed-off-by: Mikhail Petrov <[email protected]>
@azalio
Copy link
Author

azalio commented Sep 26, 2024

Thanks for your contribution @azalio! I added a suggested change.

Thank you for your suggestion!

Copy link
Contributor

@lockewritesdocs lockewritesdocs left a comment

Choose a reason for hiding this comment

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

LGTM -- thanks @azalio!

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.

3 participants