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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there any plans to support deploying schema for a topic via terraform? #16

Open
richardwilko opened this issue Jun 30, 2020 · 1 comment
Labels
help wanted Extra attention is needed triage/week-27 type/feature Indicates new functionality workflow::triaged

Comments

@richardwilko
Copy link

Are there any plans to support deploying schema for a topic via terraform?

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 other comments that do not add relevant new information or questions, 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

New or Affected Resource(s)

  • pulsar_topic

Potential Terraform Configuration

resource "pulsar_topic" "sample-topic-1" {
  tenant     = "public"
  namespace  = "default"
  topic_type = "persistent"
  topic_name = "partition-topic"
  partitions = 4                     # partitions > 0 means this is a partition topic
  schema = {
      name = "schema1"
      schema_type = AVRO
      schema = file(schema_file.avsc)
  }
}
@jiazhai jiazhai added triage/week-27 type/feature Indicates new functionality help wanted Extra attention is needed labels Jul 2, 2020
@jiazhai
Copy link

jiazhai commented Jul 2, 2020

Hi @richardwilko Thanks for open this issue. This is not in our plan. Mark it as help wanted for anyone interest to working on this.

@jiazhai jiazhai added help wanted Extra attention is needed type/feature Indicates new functionality workflow::triaged and removed help wanted Extra attention is needed type/feature Indicates new functionality labels Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed triage/week-27 type/feature Indicates new functionality workflow::triaged
Projects
None yet
Development

No branches or pull requests

2 participants