Currently, I use this, but it's unclear to me what happened if this namespace is not existed:
EventHubNamespace namespace = authenticated.withDefaultSubscription().eventHubNamespaces().getByResourceGroup(azureProperties.getResourceGroup(), eventHubProperties.getNamespace());
Also, I want to create this if not existed.
Currently, I use this, but it's unclear to me what happened if this namespace is not existed:
Also, I want to create this if not existed.