並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 3 件 / 3件

新着順 人気順

consumeの検索結果1 - 3 件 / 3件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

consumeに関するエントリは3件あります。 techfeed が関連タグです。 人気エントリには 『Consume less, create more』などがあります。
  • Consume less, create more

    Like most people, I like to sit on the bus, stare out at the zombies drooling over their phones, and feel smugly superior. I see their bored, lifeless eyes and pity these sheeple whose lives have been ruined in service of Big Tech profits. This lasts for about thirty seconds before I get bored. The guy next to me chuckles at something on Kanye’s Twitter feed. Wait Kanye? I thought he was off Twitt

      Consume less, create more
    • [Go] Consume Kafka Message - Qiita

      A example to consume kafka message with golang and confluent. package main import ( "log" "github.com/confluentinc/confluent-kafka-go/kafka" ) func main() { c, err := kafka.NewConsumer(&kafka.ConfigMap{ "bootstrap.servers": "localhost:9092", "group.id": "myGroupId", }) if err != nil { panic(err) } c.SubscribeTopics([]string{"quick-start-event"}, nil) for { msg, err := c.ReadMessage(-1) if err == n

        [Go] Consume Kafka Message - Qiita
      • How to Build and Consume an API in Next.js

        Go end-to-end with this tutorial covering every part of a simple API’s journey. Gone are the days when you had to create a separate backend for your website. With Next.js file-based API routing, you can make your life easier by writing your API inside a Next.js project. Next.js is a React meta-framework with features that simplify the process of building production-ready web apps. You will see how

          How to Build and Consume an API in Next.js
        1

        新着記事