package
0.0.0-20220905085221-d99090c66dfa
Repository: https://github.com/testground/learning-example-tg.git
Documentation: pkg.go.dev

# README

Testground sync test plan

This test plan utilizes Testground's sync logic to transmit messages from producers to consumers. It does not depend on any additional dependencies, other than the ones already started by Testground.

Getting started

Navigate to the project root directory

# Import the plan
testground plan import --from . --name tg-learning

# Run a test case
testground run single --plan tg-learning --testcase tg-sync-1to1 --builder docker:generic --runner local:docker --instances 4

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
A message listener that uses the Testgorund's sync service channels to receive messages.
A message producer that uses Testground's sync channels to produce messages for listeners/consumers.