From 95ce6cf2732a47cb8a436cec0e74ad23567a8ccc Mon Sep 17 00:00:00 2001 From: NeilShadrach Date: Thu, 11 Jan 2024 09:39:15 +0000 Subject: [PATCH] Remove blank line from README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c1b1e1..6a1e591 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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"} ``` -