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
I can create a eventhub with partition count set to 1 from the portal UI if the Eventhub namespace has kafka enabled set to true. On the other hand, the terraform azurerm does not allows me to do it. I get this error: Error: module.eventhub.azurerm_eventhub.eventhub[1]: EventHub Partition Count has to be between 2 and 32”
Affected Resource(s)
azurerm_eventhub
Expected Behavior
Event hub should have supported 1 partition count.
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.
I can create a eventhub with partition count set to 1 from the portal UI if the Eventhub namespace has kafka enabled set to true. On the other hand, the terraform azurerm does not allows me to do it. I get this error: Error: module.eventhub.azurerm_eventhub.eventhub[1]: EventHub Partition Count has to be between 2 and 32”
Affected Resource(s)
azurerm_eventhub
Expected Behavior
Event hub should have supported 1 partition count.
Actual Behavior
Shows error - EventHub Partition Count has to be between 2 and 32. EH does support 1 to 32 partitions now. https://github.com/Azure/azure-rest-api-specs/blob/master/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json is the latest swagger which indicates that.
References
https://github.com/Azure/azure-rest-api-specs/blob/master/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json
The text was updated successfully, but these errors were encountered: