Re: Eclipse or Intellij workspace setup

2018-02-08 Thread Vahid S Hashemian
These articles may be useful:
- 
https://developer.ibm.com/opentech/2016/06/06/how-to-develop-for-apache-kafka-using-eclipse/
- 
https://developer.ibm.com/opentech/2017/11/02/how-to-develop-for-apache-kafka-using-intellij-idea/

I personally prefer IntelliJ.

Hope that helps.
--Vahid 




From:   Ramesh Kolli 
To: dev@kafka.apache.org
Cc: rnk...@gmail.com
Date:   02/07/2018 11:06 PM
Subject:Eclipse or Intellij workspace setup



Hi Team,

I am newbie to Kafka dev forum, I would like to be part of kafka
development. I tried to setup Eclipse and Intellij workspace setup by
follow below link(
https://urldefense.proofpoint.com/v2/url?u=https-3A__cwiki.apache.org_confluence_display_KAFKA_Developer-2BSetup=DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=Rv8qQr_qD7fVEdb8r3zOw8YwUATda4q7ee-5k5EQzBU=q0OxhAXm7cQjjoiSbzdyDBM_sgU0aDH0PomImgOVP6E=
). But, I
am not to setup compile successfully, after importing project, i am 
getting
lot of error.

Can someone please help me setup the workspace?


Regards,
Ramesh






Re: Eclipse or Intellij workspace setup

2018-02-07 Thread Ray Chiang
Here's what I did recently with OS X/IntelliJ.  I hadn't quite fleshed 
out all the instructions to put up an updated Wiki version yet:


- Use Homebrew to install gradle/scala@2.11 (use --with-docs option)/sbt
- git clone Kafka
- Run gradle/gradlew commands as documented in 
https://cwiki.apache.org/confluence/display/KAFKA/Developer+Setup

- Upgrade to latest IntelliJ
- Import Kafka into IntelliJ
  - Point to local Gradle command
- Set up pointer to Scala SDK (OSX: File->Other Settings->Default 
Project Structure)

  - Change Compiler Classpath jars to Homebrew directory
    - scala-compiler.jar
    - scala-library.jar
    - scala-reflect.jar
  - Change Standard Library jars to Homebrew directory
    - Classes
  - scala-library.jar
  - scala-library--sources.jar (TBD)
  - scala-reflect.jar
  - scala-reflect--sources.jar (TBD)
    - Javadoc
  - scala-library--javadoc.jar
  - scala-reflect--javadoc.jar
- Install IntelliJ Scala plugin

-Ray

On 2/7/18 11:06 PM, Ramesh Kolli wrote:

Hi Team,

I am newbie to Kafka dev forum, I would like to be part of kafka
development. I tried to setup Eclipse and Intellij workspace setup by
follow below link(
https://cwiki.apache.org/confluence/display/KAFKA/Developer+Setup). But, I
am not to setup compile successfully, after importing project, i am getting
lot of error.

Can someone please help me setup the workspace?


Regards,
Ramesh