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

Adding SASL_SSL dependencies for the rdkafka plugin #395

Merged
merged 1 commit into from Jan 28, 2020

Conversation

naumanrana
Copy link
Contributor

For SASL_SSL with GSSAPI to work with the rdkafka plugin, needed to install a bunch of kerberos related libraries and upgrade the fluent-plugin-kafka to the latest version as rdkafka was not available in 0.7.9.

@repeatedly
Copy link
Member

Let's merge same 4 commits into one.
After that, i will merge the patch.

Copy link

@elafontaine elafontaine left a comment

Choose a reason for hiding this comment

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

Awesome :) I just can't figure out the python part, but everything else makes sense :) congrats!

templates/Dockerfile.erb Outdated Show resolved Hide resolved
templates/Dockerfile.erb Outdated Show resolved Hide resolved
@elafontaine
Copy link

I think this PR is ready to be merge;
1- good commit message explaning the manipulation
2- Adds a feature for runtime dependencies
3- Adds a test mechanism for the container setup.
@repeatedly Anything left?

@naumanrana 👍 Nice Job

Copy link

@elafontaine elafontaine left a comment

Choose a reason for hiding this comment

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

LGTM :)

    Note that the installation of krb5-user is interactive which is why we add export DEBIAN_FRONTEND=noninteractive as per: https://askubuntu.com/questions/1017999/install-kerberos-client-without-interactive-session
    A post test is then done to make sure that rdkafka is linked against the sasl dependency properly

Signed-off-by: naumanrana <nauman.09@gmail.com>
@repeatedly
Copy link
Member

Thanks. New images will be published soon;.

@elafontaine
Copy link

Thanks :) eager to use it :).

BTW, I was looking at the issue #293
and I was wondering if what we did in this commit could be some (small part) of a bigger solution.

I would like to get your thoughts and know if we could have done something better.

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.

None yet

4 participants