Skip to content

2021 09 30 Eclipse iceoryx developer meetup

dkroenke edited this page Sep 30, 2021 · 3 revisions

Eclipse iceoryx developer meetup

Date: 2021/09/30

Time: 17:00 CET

Link: https://eclipse.zoom.us/j/95918504483?pwd=RWM5Y1pkeStKVDZsU09EY1hnclREUT09

Attendees

  • Dietrich Krönke, Apex.AI
  • Christian Eltzschig, Apex.AI
  • Matthias Killat, Apex.AI
  • Vamsi Krishna, Lear Corp

Agenda

  1. General: Are there other agenda points?, 2 mins
  2. Iceoryx 2.0 Release Plan: https://projects.eclipse.org/projects/technology.iceoryx/releases/2.0.0/plan, 15 mins
  3. Request for take-modify-publish pipeline https://github.com/eclipse-iceoryx/iceoryx/issues/927 , 20 mins
  4. Enhancement of the ServiceDescription, 20 mins

Minutes

  1. take-modify-publish pipeline
  • Lear Corp offers support in system testing
  • Possible problem: How to transfer the ownership of a sample to another publisher if the originator has another mempool/memory segment?
  • Maybe additional publisher option to allow only one subscriber?
  • Design document needed
  • Should history size > 1 be allowed?
  • Maybe introduce a "locking" mechanism to sample for forwarding
  • Create a new "exclusive" port type to explicitly forbid history to restrict the container of (subscriber)queues to capacity = 1
  • not part of iceoryx 2.0
  1. Enhancement of the ServiceDescription (issue needed)
  • Problem: ServiceDescription needs more user-defined properties for a more fine-grained identification
  • Proposal 1: Add a class with template parameter for comparison to the ServiceDescription
  • Proposal 2: Replace SD with a complete user-configurable field with comparison, matching operators etc. to make it scalable
Clone this wiki locally