[
https://issues.apache.org/jira/browse/FLINK-21441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-21441:
-----------------------------------
Labels: auto-deprioritized-minor auto-unassigned (was: auto-unassigned
stale-minor)
Priority: Not a Priority (was: Minor)
This issue was labeled "stale-minor" 7 days ago and has not received any
updates so it is being deprioritized. If this ticket is actually Minor, please
raise the priority and ask a committer to assign you the issue or revive the
public discussion.
> FlinkKinesisProducer does not forward custom endpoint
> -----------------------------------------------------
>
> Key: FLINK-21441
> URL: https://issues.apache.org/jira/browse/FLINK-21441
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Kinesis
> Affects Versions: 1.12.1, 1.13.0
> Reporter: Ingo Bürk
> Priority: Not a Priority
> Labels: auto-deprioritized-minor, auto-unassigned
>
> For the Kinesis connector, between aws.region and aws.endpoint one is
> required. For FlinkKinesisProducer, however, aws.region is always required.
> However, in this case the aws.endpoint never ends up being used since the
> code only calls KinesisProducerConfiguration#fromProperties. One would have
> to set a "KinesisEndpoint" property instead, but this is not a valid property.
> This should be fixed such that a custom endpoint can be used, probably the
> same goes for the port.
> Also, this is currently being worked around here:
> https://github.com/apache/flink/blob/master/flink-end-to-end-tests/flink-streaming-kinesis-test/src/main/java/org/apache/flink/streaming/kinesis/test/KinesisExample.java#L70
--
This message was sent by Atlassian Jira
(v8.3.4#803005)