Skip to content

Commit 3b868a9

Browse files
committed
Changed KSQL URL to default port 8088
1 parent dd78808 commit 3b868a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Setup
3939
.. code:: python
4040
4141
from ksql import KSQLAPI
42-
client = KSQLAPI('http://ksql-server:8080')
42+
client = KSQLAPI('http://ksql-server:8088')
4343
4444
- Setup for KSql API with logging enabled:
4545

0 commit comments

Comments
 (0)