Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Alternative to openjdk:8-alpine for Kafka Streams

The solution which worked for me was to change the docker image from openjdk:8-alpine to adoptopenjdk/openjdk8:alpine-slim.

adoptopenjdk/openjdk8:alpine-slim is glibc compatible.

I came to know about this image from http://blog.gilliard.lol/2018/11/05/alpine-jdk11-images.html.

Hope it helps someone.

Tags:

Docker

Apache Kafka

Alpine

Rocksdb

Apache Kafka Streams

Related

Webpage Is Detecting Selenium Webdriver with Chromedriver as a bot How to know which fields were requested in a GraphQL query? Serviceaccount does not have bigquery.jobs.create permission Creating a wave of string in Javascript Move li items in second column - CSS Only React beautiful DnD drag out of position problem g++ and clang++ different behaviour with recursive initialization of a static member What Elasticsearch client does Spring-Data-Elasticsearch use under the hood? Understanding CSS letter-spacing: is it valid to replace the default value of normal with 0? SBT multiproject setup where a subproject's build files depend on unmanaged JARs Can Firefox display JP2 images? Angular Unit Test Error: No component factory found for Component. Did you add it to @NgModule.entryComponents

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy