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
Error: azurerm_eventhub.eventhub_topic: EventHub Partition Count has to be between 2 and 32
Panic Output
Expected Behavior
In Azure portal, when the eventhub namespace is kafka enabled, eventhub created in it can have the partition_count set to one (which is the default value in the UI)
Actual Behavior
The limitation of an eventhub namespace that is not kafka enabled is applyed, which is a minium partition count value to 2
Steps to Reproduce
Get the azurem config defined previously and set your ressource_group_name
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered:
BBeauchemin
changed the title
Eventhub partition count can be one when namespace has kafka enabled
Eventhub partition count currently cannot be one when namespace has kafka enabled
May 14, 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 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Jun 14, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.11.13
Affected Resource(s)
azurerm_eventhub
see also: https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/azurerm/resource_arm_eventhub.go#L269
Terraform Configuration Files
Debug Output
Error: azurerm_eventhub.eventhub_topic: EventHub Partition Count has to be between 2 and 32
Panic Output
Expected Behavior
In Azure portal, when the eventhub namespace is kafka enabled, eventhub created in it can have the partition_count set to one (which is the default value in the UI)
Actual Behavior
The limitation of an eventhub namespace that is not kafka enabled is applyed, which is a minium partition count value to 2
Steps to Reproduce
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: