Skip to content

Commit

Permalink
Merge pull request #19 from companieshouse/feature/blank_line_remove
Browse files Browse the repository at this point in the history
Remove blank line from README
  • Loading branch information
NeilShadrach authored Jan 11, 2024
2 parents e99465d + 95ce6cf commit 890b028
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following are environment variables necessary to run the API:
* _CUSTOMER_FEEDBACK_EMAIL_: The email address to which feedback should be sent ex. feedback@companieshouse.gov.uk
* _KAFKA_API_ENDPOINT_: ex. http://chs-kafka-api:4081/send-email
* _LOGLEVEL_: The log level ex. debug
* _MONGODB_COLLECTION_: The MongoDB collection name ex. customer_feedback
* _MONGODB_COLLECTION_: The MongoDB collection name ex. customer_feedback
* _MONGODB_DATABASE_: The MongoDB database name ex. customer_feedback
* _MONGODB_URL_: The MongoDB database URL ex. mongodb://localhost:27017
* _SEND_EMAIL_FLAG_: Whether the feedback should be forwarded to the send-email endpoint ex. true
Expand Down Expand Up @@ -126,6 +126,5 @@ and the chs-kafka-api logging shows that the customer feedback was received
```
{"context":"cztxcdJJFuyZHRCovgpV","created":"2023-11-10T14:23:13.367380796Z","data":{"app_id":"api_ch_gov_uk.create_feedback","created":"2023-11-10T14:23:13","email_address":"","message":"Marshalling email into binary using Avro","message_id":"5e609b1f-550c-4bfa-80c9-76783326acb0","message_type":"customer-feedback"},"event":"trace","namespace":"chs-kafka-api"}
{"context":"cztxcdJJFuyZHRCovgpV","created":"2023-11-10T14:23:13.373066211Z","data":{"app_id":"api_ch_gov_uk.create_feedback","created":"2023-11-10T14:23:13","email_address":"","message":"EmailSendQueue - email send request enqueued in Kafka","message_id":"5e609b1f-550c-4bfa-80c9-76783326acb0","message_type":"customer-feedback","offset":13,"partition":0,"topic":"email-send"},"event":"trace","namespace":"chs-kafka-api"}
{"context":"cztxcdJJFuyZHRCovgpV","created":"2023-11-10T14:23:13.373223685Z","data":{"duration":6037047,"end":"2023-11-10T14:23:13.373221309Z","method":"POST","path":"/send-email","start":"2023-11-10T14:23:13.367184271Z","status":200},"event":"request","namespace":"chs-kafka-api"}
{"context":"cztxcdJJFuyZHRCovgpV","created":"2023-11-10T14:23:13.373223685Z","data":{"duration":6037047,"end":"2023-11-10T14:23:13.373221309Z","method":"POST","path":"/send-email","start":"2023-11-10T14:23:13.367184271Z","status":200},"event":"request","namespace":"chs-kafka-api"}
```

0 comments on commit 890b028

Please sign in to comment.