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

Add possibility to create EventHub namespace with kafka #711

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thamer-ea
Copy link

I want to resolve #548

@msftclas
Copy link

msftclas commented Mar 13, 2019

CLA assistant check
All CLA requirements met.

@lmazuel lmazuel requested a review from praries880 April 2, 2019 21:45
@lmazuel
Copy link
Member

lmazuel commented Apr 2, 2019

Hi @thamer-ea !
We are taking a look at your PR for the next release. thank you for your contribution!!!

@lmazuel lmazuel added Event Hubs Mgmt Issues that refer to the management plane labels Apr 2, 2019
/**
* @return true if kafka enabled for the namespace, false otherwise
*/
@Beta(Beta.SinceVersion.V1_7_0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be 1.22 ?

@praries880 praries880 closed this Apr 29, 2019
@praries880 praries880 reopened this Apr 29, 2019
/**
* Properties of kafka resource.
*/
@JsonProperty(value = "kafkaEnabled")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thamer-ea
did you hand edit this file to add the property to the inner?


Assert.assertNotNull(namespace);
Assert.assertNotNull(namespace.inner());
Assert.assertFalse(namespace.isKafkaEnabled());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thamer-ea
As of now the tests are failing with this assertion... Kafka Enabled seems to be false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Event Hubs Mgmt Issues that refer to the management plane
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support to create Kafka API enabled Event hub in management sdk
4 participants