-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Comments
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! |
Hey @tombuildsstuff |
@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! |
@tombuildsstuff It is public preview. Thanks for your help. |
The Kafka flag is now available in the azure SDK Azure/azure-sdk-for-go#2099 (comment) |
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! |
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:
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
The text was updated successfully, but these errors were encountered: