Skip to content

Commit

Permalink
infinispan link fixed, 03_kogito-travel-agency readme update: images,…
Browse files Browse the repository at this point in the history
… kafka link and topic kogito-usertaskinstances-events added (apache#7)
  • Loading branch information
nmirasch authored and mswiderski committed Sep 23, 2019
1 parent ed48ab8 commit 06b9e62
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 02-kogito-travel-agency/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ When using native image compilation, you will also need:

This application requires an Inifinispan server to be available and by default expects it to be on default port and localhost.

You can install Inifinispan server by downloading it from [https://infinispan.org/download/](official website) version to be used in 10.0.0.Beta4
You can install Inifinispan server by downloading it from [official website](https://infinispan.org/download) version to be used in 10.0.0.Beta4


### Compile and Run in Local Dev Mode
Expand Down
10 changes: 7 additions & 3 deletions 03-kogito-travel-agency/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,16 @@ When using native image compilation, you will also need:

This application requires an Inifinispan server to be available and by default expects it to be on default port and localhost.

You can install Inifinispan server by downloading it from [https://infinispan.org/download/](official website) version to be used in 10.0.0.Beta4
You can install Inifinispan server by downloading it from [official website](https://infinispan.org/download) version to be used in 10.0.0.Beta4


#### Apache Kafka

This application requires a Apache Kafka installed and following topics created
This application requires a [Apache Kafka](https://kafka.apache.org/) installed and following topics created

* `visaapplications` - used to send visa application that are consumed and processed by Kogito Visas service
* `kogito-processinstances-events` - used to emit events by kogito that can be consumed by data index service and other services

* `kogito-usertaskinstances-events` -used to emit events by kogito that can be consumed by data index service

### Compile and Run in Local Dev Mode

Expand Down Expand Up @@ -181,6 +181,10 @@ Kogito Travel Agency comes with basic UI that allows to

<p align="center"><img width=75% height=75% src="docs/images/tasks.png"></p>

### perform Human task: visa application

<p align="center"><img width=75% height=75% src="docs/images/visa-application.png"></p>

### cancel selected travel request

To start Kogito Travel Agency UI just point your browser to [http://localhost:8080](http://localhost:8080)
Expand Down
Binary file modified 03-kogito-travel-agency/docs/images/list-trips.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 03-kogito-travel-agency/docs/images/new-trip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 03-kogito-travel-agency/docs/images/tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 03-kogito-travel-agency/docs/images/trip-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 03-kogito-visas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ When using native image compilation, you will also need:

This application requires an Inifinispan server to be available and by default expects it to be on default port and localhost.

You can install Inifinispan server by downloading it from [https://infinispan.org/download/](official website) version to be used in 10.0.0.Beta4
You can install Inifinispan server by downloading it from [official website](https://infinispan.org/download) version to be used in 10.0.0.Beta4


#### Apache Kafka
Expand Down
2 changes: 1 addition & 1 deletion 04-kogito-travel-agency/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ When using native image compilation, you will also need:

This application requires an Inifinispan server to be available and by default expects it to be on default port and localhost.

You can install Inifinispan server by downloading it from [https://infinispan.org/download/](official website) version to be used in 10.0.0.Beta4
You can install Inifinispan server by downloading it from [official website](https://infinispan.org/download) version to be used in 10.0.0.Beta4


#### Apache Kafka
Expand Down
2 changes: 1 addition & 1 deletion 04-kogito-visas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ When using native image compilation, you will also need:

This application requires an Inifinispan server to be available and by default expects it to be on default port and localhost.

You can install Inifinispan server by downloading it from [https://infinispan.org/download/](official website) version to be used in 10.0.0.Beta4
You can install Inifinispan server by downloading it from [official website](https://infinispan.org/download) version to be used in 10.0.0.Beta4


#### Apache Kafka
Expand Down

0 comments on commit 06b9e62

Please sign in to comment.