Giter Club home page Giter Club logo

slack-to-kafka's Introduction

Hello! ๐Ÿ‘‹

My name is James. Nice to meet you.

I'm Director of Engineering at Shopify. We enable millions of entrepreneurs around the world to run their businesses. I'm always hiring, so get in touch if you want to make commerce better for everyone.

As well as building people and technology, I love writing.

  • I am serving on the Lead Dev advisory board for 2024.
  • I published a book called Become an Effective Software Engineering Manager. I wrote it to help other engineers make the leap into running teams.
  • My second book called Effective Remote Work is about just that. Wherever you work from nowadays, even if that's an office, your colleagues are likely to be somewhere else. It's about the tools and practices you need to succeed in that environment.
  • My third book is called Become A Great Engineering Leader, and it focusses on the leadership journey to Director, VP and beyond.
  • Also, I run The Engineering Manager which is a blog to help people become better tech leads and managers. You can subscribe to the mailing list here to get the articles in your inbox.

I'm on X (@jstanier) if you'd like to chat. Else, you can contact me at hello at theengineeringmanager.com.

slack-to-kafka's People

Contributors

jstanier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

slack-to-kafka's Issues

java.net.UnknownHostException: 123d1cba7d31: 123d1cba7d31: Temporary failure in name resolution

Issue is coming when I am using docker
try {
kafkaConnector = kafka.consumer.Consumer.createJavaConsumerConnector(createKafkaConsumerConfig(configuration));
}
catch(Exception ex)
{
log.info("exception connection zookeeper :"+ex);
}

private static ConsumerConfig createKafkaConsumerConfig(final Configuration configuration) {
Properties props = new Properties();
props.put("zookeeper.connect", configuration.getKafkaConsumerValidateUrl());
props.put("group.id", configuration.getKafkaConsumerConsumerGroup());
props.put("zookeeper.session.timeout.ms", configuration.getKafkaConsumerSessionTimeoutMs());
props.put("zookeeper.sync.time.ms", configuration.getKafkaConsumerSyncTimeMs());
props.put("auto.commit.interval.ms", configuration.getKafkaConsumerAutoCommitIntervalMs());

    return new ConsumerConfig(props);
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.