[program-l] Re: If you had to work on a web project with lots of microservices that does not have an accessible ui, How do you find which part of the code needs change or has bug?

  • From: Dzhovani Chemishanov <dzhovani.chemishanov@xxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx
  • Date: Mon, 17 Jan 2022 12:09:03 +0200

Hi,
As far as I get your problem, you are unable to trigger an http
request in order to inspect its content. If I get you correctly, debug
log the incoming request on the backend and wait for someone to
trigger it. This  is valid if you can fiddle with the handlers and
have access to the raw data of the http request.
HTH,
Dzhovani

On 1/17/22, hamidreza abroshan <hamidreza.abroshan@xxxxxxxxx> wrote:

Hey all,
I'm working on a java project that has 60 microservices and this project
does not have an accessible UI.
My problem is that when I need to debug this app, I need a payload to send
with rest clients, and every one says, "go and get the payload from UI."
What do you do in similar situations?
I need urgent help and appreciate your help.
Thanks in advance.

--
hamidreza

** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts: