From ce5e7e01a013458f22a3b1734495f72209543b02 Mon Sep 17 00:00:00 2001 From: Coalery Date: Sun, 7 Jul 2024 16:11:39 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EA=B8=80=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/page.tsx b/app/page.tsx index d9d7686..a9d97df 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -144,6 +144,11 @@ function ArticleSection() { url="https://velog.io/@coalery/kafka-consumer-with-nestjs" subtitle="Nest.js의 커스텀 어댑터를 활용해서 기존에는 HTTP 요청만 처리하던 Nest.js가 카프카 컨슈머로 동작할 수 있도록 만들어봅니다." /> + ); }