[Live Coding] Just Released: Solace Runtime Discovery! Create design doc from running apps

hong
hong Guest Posts: 480 ✭✭✭✭✭
edited April 2021 in Developer Events #1

When: 11am ET (11pm-1am SGT, 9am-11am MT), April 21, 2021

Where: https://www.youtube.com/watch?v=gXNI7kwFjjo

Description:

Solace Runtime Discovery is here so you can discover, visualize, and share the events that are flowing across your PubSub+ broker. Join developer advocate Aaron Lee and CTO Architect Jonathan Schabowsky for a live demo of the brand-new Solace Runtime Discovery - built right into Event Portal. Follow along as they run a scan, discover all the applications, events, and schemas within an existing Solace deployment, and then annotate and build on what they discover.

Comments

  • Frankee787
    Frankee787 Member Posts: 10

    Hello @Aaron and Jonathan

    I have been trying out the Runtime Discovery using a local runtime of Solace. I have got the agent to connect to solace and scan the broker. I can see from the logs that it does indeed some messages

    2022-05-03 13:00:25.688 WARN [] 12852 --- [     EDA-37] e.d.a.a.e.NormalizedMessageToEventMapper : Unhandled schema type UNKNOWN

    2022-05-03 13:00:26.120 DEBUG [] 12852 --- [ctor-http-nio-8] c.e.d.a.r.EventDiscoveryAppController  : getJobStatus - Getting job status for 8cj6t5h7rl

    2022-05-03 13:00:26.702 WARN [] 12852 --- [     EDA-37] e.d.a.a.e.NormalizedMessageToEventMapper : Unhandled schema type UNKNOWN

    2022-05-03 13:00:26.708 WARN [] 12852 --- [     EDA-37] e.d.a.a.e.NormalizedMessageToEventMapper : Unhandled schema type UNKNOWN

    2022-05-03 13:00:27.714 WARN [] 12852 --- [     EDA-37] e.d.a.a.e.NormalizedMessageToEventMapper : Unhandled schema type UNKNOWN

    2022-05-03 13:00:27.730 WARN [] 12852 --- [     EDA-37] e.d.a.a.e.NormalizedMessageToEventMapper : Unhandled schema type UNKNOWN

    2022-05-03 13:00:28.109 DEBUG [] 12852 --- [ctor-http-nio-8] c.e.d.a.r.EventDiscoveryAppController  : getJobStatus - Getting job status for 8cj6t5h7rl

    2022-05-03 13:00:29.075 DEBUG [] 12852 --- [     EDA-35] c.e.d.a.a.e.EventDiscoveryApp      : Got 0 processed events

    2022-05-03 13:00:29.075 INFO [] 12852 --- [     EDA-35] c.e.d.a.a.e.EventDiscoveryApp      : Found the following entities for job id 8cj6t5h7rl: 10 channel(s), 1 client(s), 7 subscription(s), 7 channel to subscription relationship(s), 1 client to subscription relationship(s)

    2022-05-03 13:00:29.078 INFO [] 12852 --- [     EDA-35] c.e.discovery.agent.solace.SolacePlugin : Messages received: 22

    2022-05-03 13:00:29.078 INFO [] 12852 --- [     EDA-35] c.e.discovery.agent.solace.SolacePlugin : Messages dropped: 0

    2022-05-03 13:00:29.078 INFO [] 12852 --- [     EDA-35] c.s.j.protocol.impl.TcpClientChannel   : Channel Closed (smfclient 54)

    2022-05-03 13:00:29.079 INFO [] 12852 --- [     EDA-35] c.e.discovery.agent.solace.SolacePlugin : Messages received: 22

    2022-05-03 13:00:29.080 INFO [] 12852 --- [     EDA-35] c.e.discovery.agent.solace.SolacePlugin : Messages dropped: 0

    2022-05-03 13:00:30.120 DEBUG [] 12852 --- [ctor-http-nio-1] c.e.d.a.r.EventDiscoveryAppController  : getJobStatus - Getting job status for 8cj6t5h7rl

    2022-05-03 13:00:32.142 DEBUG [] 12852 --- [ctor-http-nio-1] c.e.d.a.r.EventDiscoveryAppController  : getJobStatus - Getting job status for 8cj6t5h7rl

    2022-05-03 13:00:42.221 DEBUG [] 12852 --- [ctor-http-nio-2] c.e.d.a.r.EventDiscoveryAppController  : getAsyncAPIOutput - Getting job result for 8cj6t5h7rl


    But the output file is always empty

    {"components":{"schemas":{},"messages":{}},"channels":{},"asyncapi":"2.2.0","info":{"description":"Discovery Agent Scan","title":"BasicDocker","version":"0.1.0"}}

    Any hints as to why this is the case?