Workflows 대상의 경우, Workflows 서비스는 이벤트를 JSON 객체로 변환한 후 이벤트를 워크플로 실행에 런타임 인수로 전달합니다.
메시지 바인딩 정의(Eventarc Advanced)
메시지 바인딩을 정의하고 새 HTTP 요청을 구성할 수 있습니다. 자세한 내용은 수신된 이벤트 변환을 참고하세요.
수신되는 이벤트 형식 지정(Eventarc Advanced)
특정 형식의 이벤트 데이터를 예상하도록 파이프라인을 구성하거나 이벤트가 대상에 전송되기 전에 지원되는 형식에서 다른 형식으로 이벤트 데이터를 변환할 수 있습니다. 예를 들어 Avro 또는 Protobuf 데이터만 허용하는 엔드포인트로 이벤트를 라우팅해야 할 수 있습니다. 다음과 같은 형식 변환이 지원됩니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-03(UTC)"],[[["Eventarc delivers events in CloudEvents format, which is an open standard for describing event metadata, ensuring consistency, accessibility, and portability."],["Event data in binary content mode has context attributes described as HTTP headers prefixed with `ce-`, and the `Content-Type` header reflects the media type."],["Target destinations receive events using an HTTP protocol binding, while Workflows destinations receive a JSON object representation of the event."],["Eventarc Advanced allows users to define a message binding to construct a new HTTP request, enabling transformations of received events."],["Eventarc Advanced supports format conversions between Avro, JSON, and Protobuf, allowing events to be delivered in various formats to meet endpoint requirements."]]],[]]