Chapter06

command
v0.0.0-...-5b52905 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2023 License: MIT Imports: 11 Imported by: 0

README

Messaging

This package contains the code shown in the messaging chapter (6).

Note : each file is an independent go program, which can be run via 'go run'

Kafka

The code expects Kafka to be running lon localhost:9092 You can do install Kafka on a mac using

brew cask install java
brew install kafka

and then start is using

zkServer start
kafka-server-start.sh /usr/local/etc/kafka/server.properties

nsq

To install and run nsq please see nsq quick start

Documentation

Overview

This file describes how we consumers can handle messages asynchronously

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL