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

KAFKA-2681: Added SASL documentation. It doesn't look great, but contains all the… #401

Closed
wants to merge 2 commits into from

Conversation

gwenshap
Copy link
Contributor

@gwenshap gwenshap commented Nov 2, 2015

… info from the wiki

@gwenshap gwenshap changed the title Added SASL documentation. It doesn't look great, but contains all the… KAFKA-2681: Added SASL documentation. It doesn't look great, but contains all the… Nov 2, 2015
@gwenshap gwenshap closed this Nov 2, 2015
@gwenshap gwenshap reopened this Nov 2, 2015
@harshach
Copy link

harshach commented Nov 2, 2015

+1

sudo /usr/sbin/kadmin.local -q "ktadd -k /etc/security/keytabs/kafka.keytab kafka/hostname@domainname"</code></li>
<li><b>Make sure all hosts can be reachable using hostnames</b> - It is important in case of kerberos all your hosts can be resolved with their FQDNs.</li>
<li><b><a name="jaas_config_file">Creating JAAS Config File</a></b><br>
Each node in the cluster should've following JAAS file . Add this file to kafka/config dir:
Copy link
Contributor

Choose a reason for hiding this comment

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

following => the following

@junrao
Copy link
Contributor

junrao commented Nov 2, 2015

Thanks for the patch. LGTM. Jus a few minor comments.

@asfgit asfgit closed this in 34775bd Nov 2, 2015
sutambe pushed a commit to sutambe/kafka that referenced this pull request Nov 22, 2022
…kpoint (apache#401)

TICKET = LIKAFKA-47870
LI_DESCRIPTION =
In the ticket, we've identified the need to build a scanning mode such that the broker startup does not
need to be aborted. This PR is the 1st in a series to automatically detect and drop corrupted files or
portions of corrupted files.

Specifically, this PR adds a flag li.drop.corrupted.files.enable. When the flag is enabled, the broker will
automatically clear the content of a corrupted leader-epoch-checkpoint file.
Dropping the leader-epoch-checkpoint file may possibly cause log divergence.
However, fixing such log divergence is out of the scope of this PR.

EXIT_CRITERIA = If and when this change is accepted in upstream Kafka.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants