
Inter-Service Communication with Go
Mastering protocols, queues, and event-driven architectures in Go (English Edition)
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Inter-Service Communication with Go
Mastering protocols, queues, and event-driven architectures in Go (English Edition)
About this book
Communication is simple if you know the right way
Key Features
? Understand the core concepts related to inter-service communication.
? Learn and understand different inter-service communication approaches through practical examples.
? Recognize the most suitable communication concept for your software solution.
Description
This book will cover different concepts of inter-service communication. They will be demonstrated through the Go programming language, its standard library, and popular third-party packages for concepts.Begin by understanding basic concepts such as clients, servers, and communication methods. Explore RESTful APIs and HTTP, the backbone of many systems. Learn about protocol buffers and gRPC for efficient data exchange. For asynchronous communication, discover message queuing with RabbitMQ and event-driven patterns with Redis. Lastly, explore event-driven architecture (EDA) and Apache Kafka for implementing this style of communication.After reading this book, a reader can determine which communication concept is most suitable for the software solution based on software solution requirements.
What you will learn
? Decide which inter-service communication concept is most suitable for a particular software solution.
? Implement different communication approaches with the Go programming language.
? Utilize implementations from the Go's standard library and third-party packages.
? Use API design best practices.
? Avoid issues that can arise from the wrong choice of communication concept.
Who this book is for
It caters to developers, software engineers, and architects looking to master inter-service communication for their Go projects.
Table of Contents
1. Fundamentals of Inter-Service Communication
2. RESTful Communication
3. HTTP
4. Protocol Buffers
5. Message Queuing Protocols
6. Publisher/Subscriber
7. Event-Driven Architecture
8. Final Observations
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Cover
- Title Page
- Copyright Page
- Dedication Page
- About the Author
- About the Reviewers
- Acknowledgement
- Preface
- Table of Contents
- 1. Fundamentals of Inter-Service Communication
- 2. RESTful Communication
- 3. HTTP
- 4. Protocol Buffers
- 5. Message Queuing Protocols
- 6. Publisher/Subscriber
- 7. Event-Driven Architecture
- 8. Final Observations
- Index