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

Support Apache Flink runtime for Kinesis Analytics #7332

Closed
parismorali opened this issue Jan 25, 2019 · 5 comments · Fixed by #11652
Closed

Support Apache Flink runtime for Kinesis Analytics #7332

parismorali opened this issue Jan 25, 2019 · 5 comments · Fixed by #11652
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/kinesisanalyticsv2 Issues and PRs that pertain to the kinesisanalyticsv2 service.
Milestone

Comments

@parismorali
Copy link

parismorali commented Jan 25, 2019

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

At the moment it is not possible to provision a Kinesis Analytics application based on Apache Flink java app.
It would be great if TF provided an option to allow this setup.

New or Affected Resource(s)

Presumably this would be implemented as an extension of aws_kinesis_analytics_application

  • aws_kinesis_analytics_application

Potential Terraform Configuration

resource "aws_kinesis_analytics_application" "test_application" {
  name = "kinesis-analytics-application-test"
  runtime= "flink-1.6"

  s3_bucket = "my-jars-bucket"
  s3_object = "my-flink-app.jar"
}

References

@parismorali parismorali added the enhancement Requests to existing resources that expand the functionality or scope. label Jan 25, 2019
@ziggythehamster
Copy link
Contributor

I think the proposed configuration will have to end up also having a few more sections (CloudFormation reference):

property_group {
  id = "something"

  properties {
    key = "value"
  }
}

flink_application_configuration {
  checkpoint_configuration {
  }
  parallelism_configuration {
  }
}

Probably more. They structured this in a goofy way.

@jurgenweber
Copy link
Contributor

this would be very handy to have in the provider, anything we can do to push it along?

@efeller
Copy link

efeller commented Sep 23, 2020

+1

@ewbankkit ewbankkit added service/kinesisanalyticsv2 Issues and PRs that pertain to the kinesisanalyticsv2 service. new-resource Introduces a new resource. labels Sep 25, 2020
@breathingdust breathingdust added this to the v3.12.0 milestone Oct 21, 2020
@ghost
Copy link

ghost commented Oct 22, 2020

This has been released in version 3.12.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

@ghost
Copy link

ghost commented Nov 21, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Nov 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/kinesisanalyticsv2 Issues and PRs that pertain to the kinesisanalyticsv2 service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants