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

Feature Request : Azure Event Hub kafka Enabled #1417

Closed
ghost opened this issue Jun 20, 2018 · 6 comments · Fixed by #2395
Closed

Feature Request : Azure Event Hub kafka Enabled #1417

ghost opened this issue Jun 20, 2018 · 6 comments · Fixed by #2395

Comments

@ghost
Copy link

ghost commented Jun 20, 2018

This issue was originally opened by @Ycallaer as hashicorp/terraform#18293. It was migrated here as a result of the provider split. The original body of the issue is below.


Hi,
According to the manual , the block to create event hub looks as follows:

resource "azurerm_eventhub_namespace" "test" {
  name                = "acceptanceTestEventHubNamespace"
  location            = "${azurerm_resource_group.test.location}"
  resource_group_name = "${azurerm_resource_group.test.name}"
  sku                 = "Standard"
  capacity            = 1

  tags {
    environment = "Production"
  }
}

However, the latest event hub in azure allows you to create kafka enabled clusters (meaning kafka libraries can be used to send events).
This checkbox is currently not reflected in the terraform API.

Would it be possible to introduce it ?

Thanks

@tombuildsstuff tombuildsstuff added enhancement service/event-hubs EventHubs upstream/microsoft Indicates that there's an upstream issue blocking this issue/PR labels Jun 21, 2018
@tombuildsstuff
Copy link
Contributor

hi @Ycallaer

Thanks for opening this issue :)

Taking a quick look into this - I can't see support for this in the Azure SDK for Go at the moment; is this functionality in Preview? Once this is available in the Go SDK and is in at least Public Preview we should be able to add support for this :)

Thanks!

@Ycallaer
Copy link

Hey @tombuildsstuff
Yes it is still in preview, forgot to mention that

@tombuildsstuff
Copy link
Contributor

@Ycallaer do you happen to know if this is in Public or Private Preview? In either case I’d suggest opening a feature request on the Azure SDK for Go repository to support this functionality (which is a dependency for us supporting it)

Thanks!

@Ycallaer
Copy link

@tombuildsstuff It is public preview.
As request I have opened a case with the Azure SDK for Go https://github.com/Azure/azure-sdk-for-go/issues/2099 to support the flag.

Thanks for your help.

@ljmsc
Copy link
Contributor

ljmsc commented Jul 19, 2018

The Kafka flag is now available in the azure SDK Azure/azure-sdk-for-go#2099 (comment)

@ghost
Copy link
Author

ghost commented Mar 5, 2019

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. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants