Skip to content

πŸš€ Web Application μ—μ„œ λ‹€μ–‘ν•œ μ‹œλ„μ™€ μ‹€ν—˜

Notifications You must be signed in to change notification settings

ixtears23/web-app-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

web-app-sample


Kafka

Topic 생성

docker exec -it ecommerce-kafka kafka-topics.sh --bootstrap-server localhost:9092 --create --topic testTopic
docker exec -it ecommerce-kafka kafka-topics.sh --bootstrap-server localhost:9092 --create --topic coupon_create

Producer

docker exec -it ecommerce-kafka kafka-console-producer.sh --topic testTopic --broker-list 0.0.0.0:9092
docker exec -it ecommerce-kafka kafka-console-producer.sh --topic coupon_create --broker-list 0.0.0.0:9092

Consumer

docker exec -it ecommerce-kafka kafka-console-consumer.sh --topic testTopic --bootstrap-server localhost:9092
docker exec -it ecommerce-kafka kafka-console-consumer.sh --topic coupon_create --bootstrap-server localhost:9092 --key-deserializer "org.apache.kafka.common.serialization.StringDeserializer" --value-deserializer "org.apache.kafka.common.serialization.LongDeserializer"

About

πŸš€ Web Application μ—μ„œ λ‹€μ–‘ν•œ μ‹œλ„μ™€ μ‹€ν—˜

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published