Skip to content

Instantly share code, notes, and snippets.

View amirmoghi3's full-sized avatar
🥦
Playing code

Amirhossein Moghiseh amirmoghi3

🥦
Playing code
  • Iran , Tehran
View GitHub Profile
@amirmoghi3
amirmoghi3 / Consumer.java
Last active August 17, 2021 08:13
Kafka Consumer SASL config for Java and sink into Elasticsearch
package com.amirmoghi3;
import java.time.Duration;
import java.util.Arrays;
import java.util.Date;
import java.util.Properties;
import com.google.gson.Gson;
import org.apache.http.HttpHost;