kafka 和spring boot 整合報錯

2021-08-21 03:22:58 字數 649 閱讀 6674

kafka org.apache.kafka.common.errors.timeoutexception

[consumer clientid=consumer-1, groupid=local_test] sending read_uncommitted fetch for partitions [test-0] to broker

在伺服器上安裝kafka,每次不是超時,就是報上面這個莫名其妙的錯誤....各種改,兩三天都沒解決.

<

parent

>

<

groupid

>org.springframework.boot

groupid

>

<

artifactid

>spring-boot-starter-parent

artifactid

>

<

version

>2.0.0.release

version

>

<

relativepath

/>

parent

>

2.0.0  版本修改 1.5.9  就可以了.版本不相容的問題.spring boot  版本跑的太快,除非手動指定版本.

使用Systemd包裝SpringBoot應用

為應用建立乙個service檔案 unit description springboot rest service service user ubuntu 要執行程式的路徑 呼叫jar檔案的shell執行檔案 succes itstatus 143 timeoutstopsec 10 restart...

logback日誌整合springboot設定

1.logback spring.xml 1.0 encoding utf 8 此xml在spring boot 1.5.3.release.jar裡 org springframework boot logging logback defaults.xml 開啟後可以通過jmx動態控制日誌級別 s...

使用idea建立第乙個springboot專案

前言 如今springboot越來越火,越來越多的公司選擇使用springboot作為專案的開發框架,其設計目的就是用來簡化spring專案的搭建和開發過程,省略了傳統spring springmvc專案繁瑣的配置,可以讓開發人員快速上手。下面詳細說明下如何使用idea建立我們的第乙個springb...