Skip to content

Commit

Permalink
Update getting started local tutorial to clarify required JDK version.
Browse files Browse the repository at this point in the history
See Netflix#604 for context. The Mantis
project does not presently compile will all JDK versions larger or equal to 8.
  • Loading branch information
jpittis committed Dec 13, 2023
1 parent 368b2c2 commit 8ada2dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/docs/getting-started/tutorials/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## Prerequisites

JDK 8 or higher
JDK 8 (newer versions may not be supported)

!!! tip
Some users find https://sdkman.io/ helpful for managing multiple Java versions.

## Build and run the synthetic-sourcejob sample

Expand Down Expand Up @@ -43,7 +46,7 @@ Such an MQL query would like like this.
```bash
select country from stream where status==500
```
In another terminal window curl this port
In another terminal window curl this port (note that your port will likely be different)
```bash
$ curl "localhost:8436?subscriptionId=nj&criterion=select%20country%20from%20stream%20where%20status%3D%3D500&clientId=nj2"
```
Expand Down

0 comments on commit 8ada2dd

Please sign in to comment.