Skip to content

Commit

Permalink
minor grammatical fix
Browse files Browse the repository at this point in the history
and -> an
  • Loading branch information
Kostas Botsas committed Mar 28, 2016
1 parent 4399dcf commit 1bccb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udf/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ see [server_test.go](https://github.com/influxdata/kapacitor/blob/master/cmd/kap
## Agent Design

The protocol for communicating with Kapacitor consists of Request and Response messages that are sent over STDIN and STDOUT of the process respectively.
The agents wrap the communication and serialization over the sockets and expose and interface that needs to be implemented to handle each request/response.
The agents wrap the communication and serialization over the sockets and expose an interface that needs to be implemented to handle each request/response.
In addition to the request/response paradigm agents provide a way to stream data back to Kapacitor.
This is not part of the request response system because your custom function is in control of when a new point or batch is sent if at all.

Expand Down

0 comments on commit 1bccb5f

Please sign in to comment.