Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • cameo cameo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 43
    • Issues 43
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CameoCameo
  • cameocameo
  • Issues
  • #26
Closed
Open
Issue created Jul 31, 2017 by yannick legoc@legocOwner

Define more than one Requester on the same Responder in one instance

The Cameo API is limited to the definition of a single Requester for a given Responder. We can modify the API to enable to have multiple requesters: RequesterImpl.getRequesterPortName() must have another implementation:

return REQUESTER_PREFIX + name + "." + responderId + "." + requesterCounter;

With requesterCounter a static integer incremented by concurrent access.

To be implemented in Java and C++.

Assignee
Assign to
Time tracking