{"id":52023,"library":"threedotslabs-watermill","title":"Watermill","description":"Watermill is a Go library for working efficiently with message streams, supporting multiple transports like Kafka, RabbitMQ, and more.","status":"active","version":"1.5.2","language":"go","source_language":null,"source_url":"https://github.com/ThreeDotsLabs/watermill","tags":["messaging","streams","kafka","rabbitmq","pubsub"],"install":[{"cmd":"go get github.com/ThreeDotsLabs/watermill","lang":"bash","label":"Install github.com/ThreeDotsLabs/watermill"}],"dependencies":[],"imports":[{"symbol":"watermill","correct":"github.com/ThreeDotsLabs/watermill"}],"quickstart":{"code":"package main\n\nimport (\n    \"context\"\n    \"github.com/ThreeDotsLabs/watermill\"\n    \"github.com/ThreeDotsLabs/watermill/message\"\n)\n\nfunc main() {\n    router, err := message.NewRouter(watermill.NewStdLogger(false, false), nil)\n    if err != nil {\n        panic(err)\n    }\n    router.AddHandler(\"handler\", nil, nil, func(msg *message.Message) ([]*message.Message, error) {\n        return nil, nil\n    })\n    ctx := context.Background()\n    if err := router.Run(ctx); err != nil {\n        panic(err)\n    }\n}","lang":"go","description":"Create a basic Watermill router and add a handler."},"warnings":[],"env_vars":null,"search_vec":"'effici':9 'go':5 'kafka':17,23 'librari':6 'like':16 'messag':11,21 'multipl':14 'pubsub':25 'rabbitmq':18,24 'stream':12,22 'support':13 'transport':15 'watermil':1,2 'work':8","created_at":"2026-06-15T06:38:31.725687+00:00","updated_at":"2026-06-15T06:38:31.725687+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ThreeDotsLabs/watermill","github":"https://github.com/ThreeDotsLabs/watermill","docs":"https://pkg.go.dev/github.com/ThreeDotsLabs/watermill#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}