1160. Binary and Large Data - dkkahm/study-kafka-with-spring GitHub Wiki

Simple Method

  • Encode Base64 String and send as String
  • Default Message size is 1MB max
  • File은 외부저장소 (S3, ..)에 저장하고 URL Reference를 topic으로 전달
  • File을 쪼개서 전달