Uploaded image for project: 'Insights Experiences'
  1. Insights Experiences
  2. HMS-2042

Merge contents from grpc message with our own metadata

    • Icon: Task Task
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • None
    • None
    • None

      Goal: 

      • We receive some content in the metadata when the grpc message arrives throuch RHC, we need to take that metadata and merge with another structure that is the one we will send back to RHC
      • Our metadata will have the following format, at least for now:
      contentType := fmt.Sprintf("multipart/form-data; boundary=%s", boundary)
      Metadata: map[string]string{
      	"Content-Type": contentType,
      },
      

      Acceptance Criteria:

      A list of verification conditions, successful functional tests, or expected outcomes in order to declare this story/task successfully completed.

      • Take the incoming metadata and merge it with our own metadata

              awaltlov@redhat.com Andrea Waltlova (Inactive)
              rolivier@redhat.com Rodolfo Olivieri
              None
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: