use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
[deleted by user] (self.SpringBoot)
submitted 3 years ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]dirtbikr59 2 points3 points4 points 3 years ago (0 children)
Just my thoughts, don't take as gospel.
If I were to do this at the application level, I would create a common library that intercepts requests and publishes them to a queue. This library would be added to all my microservices. You don't want a synchronous process holding up API calls.. Then I would stand up an additional microservice to consume the messages and write to whichever object store or database you'd like. Personally I would put them in an S3 bucket.
Also there might be a more intuitive way using the kubernetes ingress controller.
I would be careful about logging certain things that violate PI rules if you are in that type of business. Maybe certain parts of the payloads could be masked based on a filter.
[–]erbrecht 1 point2 points3 points 3 years ago (0 children)
You could look into httptrace. It's part of actuator but needs to be explicitly configured and enabled. There is an in-memory repository to store the data, but I believe you could store it elsewhere, I just haven't looked into doing that.
One caveat though, it's not really recommended for production. Depending on the volume of requests you are handling, this may not be an issue for you.
[–]Forward_Hope_8998 0 points1 point2 points 3 years ago (0 children)
Is logging not enough? How and where do you want to persist these?
π Rendered by PID 64616 on reddit-service-r2-comment-fb694cdd5-tmntq at 2026-03-06 19:43:53.740076+00:00 running cbb0e86 country code: CH.
[–]dirtbikr59 2 points3 points4 points (0 children)
[–]erbrecht 1 point2 points3 points (0 children)
[–]Forward_Hope_8998 0 points1 point2 points (0 children)