The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for the LFX Membership Showcase 2023 to participate in the sessions.
Please note: This schedule is automatically displayed in Eastern Standard Time. To see the schedule in your preferred timezone, select from the drop-down menu to the right above "Filter by Date." The schedule is subject to change.
Anubhav's project for LFX 2022 was to add support for AMQ protocol to Pixie. Pixie is an open source observability tool for Kubernetes applications which uses eBPF to automatically capture telemetry data without the need for manual instrumentation. It already supported HTTP, MySQL, Kafka protocol tracing. Anubhav's work allowed tracing and parsing of AMQP 0-9-1 frames.
I had a sterling experience working with my mentors: Omid Azizi and Yaxiong Zhao. Both inspired me a lot to work for computer science. Yaxiong especially has a lot of patience and dedication. He at every point of time helped me to complete my project. Additionally Pixie slack community and CNCF itself were quite helpful all the time.
During this project I learned about protocol tracing, reading binary and hex data strings, build tools like chef and C++ in general. I got to experience depths of Docker based development and kernel probes.