This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 779f72c fix 'an pekko' ref
779f72c is described below
commit 779f72c4d62ed556e76ac47c40916a8900795862
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jan 29 19:42:39 2024 +0100
fix 'an pekko' ref
---
.../step_001_http_request/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pekko-connectors-sample-http-csv-to-kafka/step_001_http_request/README.md
b/pekko-connectors-sample-http-csv-to-kafka/step_001_http_request/README.md
index 879fe9a..42c73a0 100644
--- a/pekko-connectors-sample-http-csv-to-kafka/step_001_http_request/README.md
+++ b/pekko-connectors-sample-http-csv-to-kafka/step_001_http_request/README.md
@@ -8,6 +8,6 @@ It starts the Actor System, imports the Actor System's
dispatcher as `ExecutionC
The HTTP request is created as value (it will be sent multiple times in later
steps) and sets a specific HTTP request header.
-The request is run in an Pekko Stream from the single value, issuing the
request by Pekko HTTP, and printing out the HTTP response.
+The request is run in a Pekko Stream from the single value, issuing the
request by Pekko HTTP, and printing out the HTTP response.
Once the stream completes, the Actor System is terminated and the program
exits.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]