Skip to content

BIGTOP-2486: Add Kafka Charm#127

Closed
ktsakalozos wants to merge 8 commits intoapache:masterfrom
juju-solutions:kafka
Closed

BIGTOP-2486: Add Kafka Charm#127
ktsakalozos wants to merge 8 commits intoapache:masterfrom
juju-solutions:kafka

Conversation

@ktsakalozos
Copy link
Copy Markdown
Contributor

No description provided.

Squashed changes:

* Advertise hostname in server.properties
* Opening kafka ports
* lint; close ports
* Fixed up tests.
  * Tests were failing due to some ambiguities in the version of zookeeper
    that we are deploying. Fixed them so that they work with my setup (juju
    2.0, installing zookeeper from the charms store), and have some checks
    that should make them work with other setups.
  * Also fixed a mistake, where the deploy test was calling self.unit, but
    had set self.kafka.
* Added ability to override host.name (bind address) for kafka
    * Got rid of try-catch in tests, and fixed defaults.
    * config.yaml should default to null, rather than 0.0.0.0
      (They both do the same thing, basically, but 'null' results in nothing
      being written to server.properties.)
pengale added 2 commits July 28, 2016 11:52
Changed name to "network_interface". You may now pass an interface name
or a CIDR range, and juju will figure out the correct ip address to drop
into the server.properties config.
Added documentation on the network_interface config value to README,
added tests, and made the way that variables get passed to
configure_kafka more consistent.
@pengale
Copy link
Copy Markdown
Contributor

pengale commented Aug 4, 2016

Tests pass with flying colors when run with bundletester. Code looks good. I am +1 to merge this. :-)

@asfgit asfgit closed this in f482fd9 Oct 8, 2016
@kwmonroe kwmonroe deleted the kafka branch October 8, 2016 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants