openshift-labs / cloud-native-katacoda

The Katacoda Scenarios for Cloud Native Roadshow on OpenShift https://www.openshift.com
5 stars 11 forks source link

Confusing text in "Reactive Microservices with Eclipse Vert.x" Scenario - Step 1 #1

Open siamaksade opened 6 years ago

siamaksade commented 6 years ago

In step 1 in the "Reactive Microservices with Eclipse Vert.x" scenario you can read the following instructions:

"Examine GatewayVerticle.java. Here is what happens in this verticle:

- A Verticle is created
- Router is used for mapping the REST endpoints
..."

When you look at the code in GatewayVerticle.java there are only two lines of comments.

// This is your Editor pane. Write your Java here and 
// use the command line to execute commands

It's not until step 3 that you enter the code into the class. This is a bit confusing for the user and should be updated.

siamaksade commented 6 years ago

The editor doesn't show the content of the file that is already open. In later steps, code will be copied into this file but it already contains some code that is not visible in the editor. Double-clicking on the file in the editor tree doesn't help either, keeps showing the file empty