Skip to content

Commit

Permalink
📝 docs(REDCap): Add information about Kafka topic name to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukan10 committed Mar 24, 2023
1 parent e9cf4c4 commit 2fe4443
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ docker-compose up
The project starts a server providing an endpoint to handle REDCap notifications. Then, Data Entry Trigger of a
REDCap can be configured to send notification to http://localhost:8095/tofhir-redcap/notification endpoint (if you use default configurations).

Whenever this endpoint receives a notification about a record, it exports its data via REDCap API and publishes record data
to a Kafka topic which is the concatenation of project id and instrument name such as '27-patient'.

# Configuration
Please see [application.conf](src/main/resources/application.conf) for the configurations. It allows you to configure Web server settings, Kafka
and REDCap projects.

0 comments on commit 2fe4443

Please sign in to comment.