adobe / experience-platform-streaming-connect

Experience platform Streaming Connectors for Data Ingress
Apache License 2.0
23 stars 20 forks source link

JDK 11 Build Header Support JWT Token Fix #17

Closed vivetiwa closed 3 years ago

vivetiwa commented 3 years ago

Summary

  1. JWT token support - https://github.com/adobe/experience-platform-streaming-connect/issues/14
  2. Optional headers support that could be sent to AEP endpoint - Could be use to support raw ingestion https://github.com/adobe/experience-platform-streaming-connect/issues/16
  3. Upgrade gradle wrapper from 5.2.1 to 7.0 - jar could be build without installing java separately
  4. Default java build to JDK 11, mark JDK 8 build as deprecated
  5. Developer guide to use jwt token for authentication https://github.com/adobe/experience-platform-streaming-connect/issues/15

Related Issue

  1. https://github.com/adobe/experience-platform-streaming-connect/issues/14
  2. https://github.com/adobe/experience-platform-streaming-connect/issues/15
  3. https://github.com/adobe/experience-platform-streaming-connect/issues/16

Changes

Relevant Documentation

Please enter the links of any docs updated to reflect this change

How Has This Been Tested?

Types of changes

Checklist

vivetiwa commented 3 years ago

@nipunnair - Please review