You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: I can see some Kinesis related Classes, but I cannot find the KinesisProducer and the KinesisProducerConfiguration, that are needed for Kinesis.
Question: Is the KPL included in the BOM? The other options I have that work are
Include the Flink Shaded Jar `org.apache.flink:flink-connector-kinesis_2.11 (this is more convenient than AWS Maven)
2.Include the KPL directly like this:
I am trying to add a Kinesis producer to an existing Java project that is built using Apache Maven.
The project includes all AWS libraries using the AWS SDK Maven BOM. Refer - https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/setup-project-maven.html
Here the BOM:
Here is how I included Kinesis:
Issue: I can see some Kinesis related Classes, but I cannot find the
KinesisProducer
and theKinesisProducerConfiguration
, that are needed for Kinesis.Question: Is the KPL included in the BOM? The other options I have that work are
2.Include the KPL directly like this:
Can you please confirm?
The text was updated successfully, but these errors were encountered: