# IBM Event Streams

{% hint style="success" %}
Lenses will not start without a valid Kafka Connection. You can either add the connection via the bootstrap wizard or use [provisioning ](/latest/devx/5.5/deployment/installation/automation.md)for automated deployments.
{% endhint %}

From the IBM Cloud console, locate your **`bootstrap_endpoints`**. for the service credentials you want to connect with.

In the Lenses bootstrap UI:

1. Set the bootstrap\_endpoints as bootstrap servers
2. Set **`SASL SSL`** as the security protocol
3. Set **`PLAIN`** as the security mechanism
4. Set the\*\*`jaas.conf`\*\* as the following, using the apiKey value as the password.

```bash
org.apache.kafka.common.security.plain.PlainLoginModule required
username="token"
password="[Your API KEY]"
```

{% hint style="info" %}
IBM Event Streams requires a replication factor of 3. Ensure you set the replication factor accordingly for Lenses internal topics.

See [Configuration](https://github.com/lensesio-dev/docs/blob/master/deployment/prepare-your-environment/configuration-reference.md#lenses-internal-kafka-topics).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lenses.io/latest/devx/5.5/getting-started/connections/kafka/ibm-event-streams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
