1
0
mirror of https://github.com/pcvolkmer/mv64e-kafka-to-rest-gateway synced 2025-09-13 09:12:52 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
370da27788 feat: do not accept records without request ID 2025-09-07 11:42:57 +02:00
ece5654c14 refactor: replace nested if..let with let..else 2025-09-07 11:39:09 +02:00
d39c2dbb1a refactor: move check for valid response code 2025-09-06 17:29:42 +02:00
a48dbc06fa refactor: remove expect() 2025-09-06 13:49:09 +02:00
700eac1078 feat: do not use empty username or password 2025-09-06 13:07:38 +02:00
96e6a8d9b7 refactor: replace let..if with let..else 2025-09-06 13:03:09 +02:00
28e57e11c8 refactor: use if let instead of match 2025-09-06 13:01:16 +02:00
eea3a7d6cf refactor: remove expect() 2025-09-06 13:00:44 +02:00
d27c8276fe refactor: extract basic client config 2025-09-06 12:55:40 +02:00
1aeab5d4ef refactor: replace loop with while let 2025-09-06 12:37:07 +02:00
36d4cc82a8 docs: add image with data flow 2025-08-31 11:55:33 +02:00
a3eef08510 feat: log error if response could not be sent 2025-08-29 14:13:17 +02:00
f4176a906f docs: add information about offset commit and response records 2025-08-28 20:46:18 +02:00
f933ae8886 feat: do not commit records with invalid responses from DIP
This will retry HTTP requests on next start, e.g. if having wrong
DNPM_DIP_URI config.
2025-08-28 13:17:27 +02:00
4f2eb56b07 feat: enable ssl connection to kafka 2025-08-28 13:16:08 +02:00
a5e4c908b6 Initial commit 2025-08-27 16:02:18 +02:00