remkohdev
  • Learn to Code
  • About Me
  • CI/CD
    • DevOps101
      • Welcome
  • OpenShift
    • Setup OpenShift
      • Setup Minishift
    • Builds
      • Source-to-Image (S2I)
        • Setup S2I
        • Build, Run, Deploy from Source
      • Jenkins Pipeline
    • Jenkins as a Service
      • Setup Jenkins on Openshift
      • Create a Pipeline for Java Spring Boot
  • Istio
    • Setup Istio on IKS
      • Login to IKS
    • Setup Istio on Openshift 3.11
    • Traffic Shifts with a VirtualService
    • Telemetry of Metrics using Prometheus
    • Telemetry of Distributed Tracing using Jaeger
    • Security with Mutual TLS (mTLS)
  • Apache Kafka
    • Setup Apache Kafka on IBM Cloud
    • Setup Apache Kafka on OpenShift
    • Produce and Consume Streams with Kafka Console Tools
    • Produce and Consume Streams with Spring Boot
    • Using the Event Streams CLI
    • Kafka Admin API
  • API Connect
    • APIC CLI
      • Manage API Lifecycle with apic
    • Securing your API
      • Setup AppID
      • Setup API Connect
      • Optional: Add Node-RED Test Server
      • Add 3rd Party OAuth OIDC
        • Create a Custom AppID API
        • Add a Security Definition to your API
Powered by GitBook
On this page

Was this helpful?

  1. Apache Kafka

Setup Apache Kafka on IBM Cloud

PreviousSecurity with Mutual TLS (mTLS)NextSetup Apache Kafka on OpenShift

Last updated 5 years ago

Was this helpful?

IBM Event Streams is a managed service of an Apache Kafka instance on IBM Cloud. IBM Event Streams is a high-throughput message bus built on Apache Kafka, supporting all Kafka APIs and optimized for event ingestion and event stream distribution on IBM Cloud.

To setup an Apache Kafka instance on IBM Cloud:

  • Go to the ,

  • Search the catalog for Kafka or Event Streams,

  • Click the Event Streams service,

  • Click the Create button,

  • Go to the Service credentials page,

  • Click the New credential button,

  • Name the credential <username>-eventstreams-kafka-servicecredentials-1,

  • Click the Add button,

  • You will need the service credentials to the Event Streams service to access the Kafka server,

Next, create a topic:

  • Go to the Manage page to return to the service dashboard,

  • Click the Create a topic pane, or go to the Topics tab and click the Create topic button,

  • For Topic name enter greetings,

  • Click Next,

  • Keep the value for Partitions to 1,

  • Click Next,

  • Set Message Retention to A day,

  • Click Create topic,

  • A message will popup

Topic creation requested
A request to create topic 'greetings' has been made.
  • It may take a while before the topic is created,

IBM Cloud Catalog