| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
120 (0.559s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: scala.Tuple2._1$mcI$sp()I - Kafka - [mail # dev]
|
|
...What version of Scala are you compiling with?On 4/9/13 3:03 AM, satya prakash wrote:> Exception in thread "main" java.lang.NoSuchMethodError:> scala.Tuple2._1$mcI$sp()I>>>>...
|
|
|
Author: David Arthur,
2013-04-09, 14:26
|
|
|
Re: Thoughts on using Ant+Ivy for the build? - Kafka - [mail # dev]
|
|
...Yes Ant supports it too since scalac supports it.Most likely Maven and Gradle are using scalac or SBT under the hood (unless they have written their own compilers - unlikely). However, from ...
|
|
|
Author: David Arthur,
2013-04-08, 21:53
|
|
|
Re: Thoughts on using Ant+Ivy for the build? - Kafka - [mail # dev]
|
|
...Targeting multiple Scala versions is easy with Ant/Ivy and I believe is possible in Maven. Incremental compilation is available through some IDEs:Eclipse has a plugin from Typesafe that does...
|
|
|
Author: David Arthur,
2013-04-08, 20:31
|
|
|
Re: Thoughts on using Ant+Ivy for the build? - Kafka - [mail # dev]
|
|
...Ant and Ivy also bring in lots of free stuff as well as the flexibility to do non-standard thingsIt seems that SBT is a moving target (as is Scala itself, being such a new tech), and keeping...
|
|
|
Author: David Arthur,
2013-04-08, 19:53
|
|
|
[KAFKA-855] Ant+Ivy build for Kafka - Kafka - [issue]
|
|
...Kafka has very simple build requirements and a system like Ant is well suited for a clean and concise build. I have an experimental patch that does just this - replaces SBT with Ant+Ivy. IMO...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-855
Author: David Arthur,
2013-04-08, 13:43
|
|
|
Re: Thoughts on using Ant+Ivy for the build? - Kafka - [mail # dev]
|
|
...Jun, I have opened a ticket targeting 0.9https://issues.apache.org/jira/browse/KAFKA-855-DavidOn 4/8/13 1:06 AM, Jun Rao wrote:> David,>> We'd be open to a new build tool if SBT is ...
|
|
|
Author: David Arthur,
2013-04-08, 12:44
|
|
|
Thoughts on using Ant+Ivy for the build? - Kafka - [mail # dev]
|
|
...After getting frustrated with SBT, and being unable to figure out seemingly simple problems like KAFKA-843, I decided to try something completely different.I spent some time yesterday adapti...
|
|
|
Author: David Arthur,
2013-04-05, 19:55
|
|
|
[KAFKA-853] Allow OffsetFetchRequest to initialize offsets - Kafka - [issue]
|
|
...It would be nice for the OffsetFetchRequest API to have the option to initialize offsets instead of returning unknown_topic_or_partition. It could mimic the Offsets API by adding the "t...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-853
Author: David Arthur,
2013-04-05, 15:29
|
|
|
Re: pushing delete topic feature out of 0.8 - Kafka - [mail # user]
|
|
...Since you need to learn about the leader for a topic in order to do anything, you kind of already have "auto-create" since getting metadata for a topic will create it if it doesn't exist.As ...
|
|
|
Author: David Arthur,
2013-04-04, 19:52
|
|
|
0.8 blockers - Kafka - [mail # dev]
|
|
...What issues are blocking the 0.8 release? Is any help needed in any particular area? ...
|
|
|
Author: David Arthur,
2013-04-04, 13:31
|
|
|
|