FIWARE / tutorials.Big-Data-Flink

:blue_book: FIWARE 305: Real-time Processing of Context Data using Apache Flink
http://fiware-cosmos-flink.rtfd.io
MIT License
10 stars 5 forks source link

Unmatched versions between readthedocs and Github #5

Closed guigomcha closed 4 years ago

guigomcha commented 4 years ago

Today I was following this tutorial and run into an issue when following the steps on https://fiware-tutorials.readthedocs.io/en/latest/big-data-analysis/index.html rather than the ones on this github page.

  1. orion.flink.connector-1.2.1.jar was upgraded to orion.flink.connector-1.2.3.jar
  2. There are a couple of typos on the Logger subscription to context changes. Missing " and } at the end of the payload. curl -iX POST \ 'http://localhost:1026/v2/subscriptions' \ -H 'Content-Type: application/json' \ -H 'fiware-service: openiot' \ -H 'fiware-servicepath: /' \ -d '{ "description": "Notify Flink of all context changes", "subject": { "entities": [ { "idPattern": ".*" } ] }, "notification": { "http": { "url": "http://jobmanager:9001" <------ } } <------- }'
jason-fox commented 4 years ago

Corrected typo in docs: https://github.com/FIWARE/tutorials.Step-by-Step/commit/987ff1524adb262ddd5ccc35bfee4fd1aa23cb2f