Skip to content

Commit

Permalink
text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarvey committed Oct 4, 2024
1 parent b2619eb commit 15f9e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "Streams - Validated PubSub"
echo "Part 1: Listening for validated server-sent events"
echo "This script connects to a server-sent event endpoint, and waits to receive messages."
echo "Use script 3 to send messages."
echo "Use script 2 to send a valid message that is received here."

curl http://tyk-gateway.localhost:8080/streams-simple-pubsub/validated-sse
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "Streams - Validated PubSub"
echo "Part 4: Displaying errors from the application log"
echo "This script watches the Tyk Gateway application log for 'Schema validation failed' messages.".
echo "This script watches the Tyk Gateway application log for errors generated by the stream pipeline processor."
echo "It will display the error message generated by the invalid request sent by script 3."

docker logs -f tyk-demo-tyk-gateway-1 2>&1 | grep -E "@service=benthos.*path=root.pipeline.processors.1.catch.0"

0 comments on commit 15f9e44

Please sign in to comment.