Skip to content

Commit e9b5f1d

Browse files
authored
Merge pull request #15124 from SQLSourabh/patch-81
Update create-external-data-source-transact-sql.md
2 parents dded7c7 + 1e1bc18 commit e9b5f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/create-external-data-source-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ WITH (
323323

324324
### G. Create external data source to reference Kafka
325325

326-
In this example, the external data source is a Kafak server with IP address xxx.xxx.xxx.xxx and listenning on port 1234. The kafka external data source is only for data streaming and does not support predicate push down.
326+
In this example, the external data source is a Kafak server with IP address xxx.xxx.xxx.xxx and listenning on port 1900. The kafka external data source is only for data streaming and does not support predicate push down.
327327

328328
```sql
329329
-- Create an External Data Source for Kafka

0 commit comments

Comments
 (0)