강의

멘토링

커뮤니티

BEST
Programming

/

Back-end

Microservice Application (MSA) Development with Spring Cloud

This is a course on developing microservice applications using the Spring Cloud suite from the Spring framework. You will learn how to use and configure Spring Cloud as a Cloud Native Application.

(4.9) 468 reviews

7,923 learners

Level Basic

Course period Unlimited

  • Dowon Lee
Spring Cloud
Spring Cloud
MSA
MSA
Spring Boot
Spring Boot
Kafka
Kafka
Architecture
Architecture
Spring Cloud
Spring Cloud
MSA
MSA
Spring Boot
Spring Boot
Kafka
Kafka
Architecture
Architecture

Docker Kafka 3.7 is now available

As of the recently released Apache Kafka 3.7, it is also officially available in Docker form.

Apache Kafka

image

Image Layer Details - apache/kafka:3.7.0 | Docker Hub

It seems like you can install docker deskop that matches your OS and use it right away.

The site says that both linux/amd64 and linux/arm64 are supported, so it seems like it should be usable on MacOS Apple chips as well.

docker run --env CONFIG_NAME=CONFIG_VALUE -p 9092:9092 apache/kafka:3.7.0

 

If you had trouble starting Kafka, try running it with Docker Kafka.

thank you .


Comment