Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Minor improvements #6

Merged
merged 4 commits into from
Jul 5, 2016
Merged

Minor improvements #6

merged 4 commits into from
Jul 5, 2016

Conversation

rnpridgeon
Copy link
Contributor

  1. Add repository at base level
  2. kafka container extends zookeeper (install kafka 1 time)
  3. Make configure, ensure and launch scripts more generic

TODO:
	Add unit tests, propose a few changes to base image to take advantage of UNION FS layering
1. Add repository at base level
2. kafka container extends zookeeper (install kafka 1 time)
3. Make configure, ensure and launch scripts more generic
@rnpridgeon rnpridgeon mentioned this pull request Jun 30, 2016
echo "===> Printing /etc/${COMPONENT}/${COMPONENT}.properties "
cat /etc/${COMPONENT}/${COMPONENT}.properties

echo "===> Launching kafka ... "
Copy link
Contributor

Choose a reason for hiding this comment

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

launching "rest proxy"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops, should be ${COMPONENT}. Good catch

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed


echo "===> Printing /etc/kafka/server.properties "
cat /etc/kafka/server.properties
echo "===> Printing /etc/${COMPONENT}/${COMPONENT}.properties "
Copy link
Member

Choose a reason for hiding this comment

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

Jeremy suggested removing this line as this has SSL password and it would be a security bug.

@arrawatia arrawatia mentioned this pull request Jul 1, 2016

echo "===> Launching ${COMPONENT} ... "
# Don't need exec as the command has it.
${COMPONENT}-start /etc/${COMPONENT}/${COMPONENT}.properties
Copy link
Contributor

Choose a reason for hiding this comment

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

still do need to add 'exec' here per @theduderog

Copy link
Contributor

Choose a reason for hiding this comment

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

nevermind. I'm going to go ahead and merge this PR and then I'll make this change when I add Schema Registry.

@samjhecht samjhecht merged commit 7114c32 into confluentinc:master Jul 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants