Skip to content

Commit 2ebbb8a

Browse files
authored
Fix spelling error steams -> streams (#1576)
1 parent 01d66d6 commit 2ebbb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/tutorials/udf/ksql/markup/dev/make-build-file.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Create the following Gradle build file, named `build.gradle` for the project:
44
<pre class="snippet"><code class="groovy">{% include_raw tutorials/udf/ksql/code/build.gradle %}</code></pre>
55
+++++
66

7-
The `build.gradle` also contains a `copyJar` step to copy the jar file to the `extensions/` directory where it will be picked up by KSQL. This is convenient when you are iterating on a function. For example, you might have tested your UDF against your suite of unit tests and you are now ready to test against steams in KSQL. With the jar in the correct place, a restart of KSQL will load your updated jar.
7+
The `build.gradle` also contains a `copyJar` step to copy the jar file to the `extensions/` directory where it will be picked up by KSQL. This is convenient when you are iterating on a function. For example, you might have tested your UDF against your suite of unit tests and you are now ready to test against streams in KSQL. With the jar in the correct place, a restart of KSQL will load your updated jar.

0 commit comments

Comments
 (0)