https://kotlinlang.org logo
Join SlackCommunities
Powered by
# vertx
  • a

    asad.awadia

    02/28/2020, 9:36 PM
    or you could attach a failure handler
  • q

    Quy D X Nguyen

    05/24/2020, 5:01 AM
    How does vertx
    HTTPServerResponse#setChunked
    interact with HTTP/2? Docs said it does nothing, and I'm assuming because HTTP/2 is smarter, that it's as if
    setChunked is true?
    d
    • 2
    • 1
  • v

    Venkat

    06/25/2020, 1:19 PM
    Could anyone please answer to this question https://stackoverflow.com/questions/62512913/exception-in-vert-x-worker-thread
    a
    • 2
    • 1
  • m

    manlan

    09/11/2020, 5:19 PM
    How do I setup configuration for running a Vertx server in Intellij IDEA? Is there a plugin?
    d
    • 2
    • 2
  • m

    manlan

    09/12/2020, 3:55 AM
    I wish this channel has more members. I want to get started with backend programming, but I'm not sure if starting my journey with Vertx is a good plan. I like it's programming model, but is it widely used?
  • a

    asad.awadia

    09/13/2020, 9:54 PM
    @manlan it is not widely used - it is a great library though
  • a

    asad.awadia

    09/13/2020, 9:55 PM
    I am always monitoring this channel for questions
  • a

    asad.awadia

    09/13/2020, 9:55 PM
    there is also the google group or the gitter channel if you need to reach the authors
    m
    • 2
    • 1
  • j

    jojo.lichtenberger

    10/05/2020, 1:25 PM
    It's even used internally by Quarkus
    👍 2
  • j

    janvladimirmostert

    10/14/2020, 8:29 AM
    how does one implement a streaming upload handler in VertX? if i'm uploading a 10GB file, i don't want it to sit inside an in-memory buffer I've started messing around with custom handlers, but not sure how to access the stream
    Copy code
    class LulaUploadHandler : Handler<RoutingContext> {
    			override fun handle(ctx: RoutingContext) {
    				try {
    					val request = ctx.request()
    					request.streamPriorityHandler {
    						<http://log.info|log.info>("blah")
    					}
    
    					<http://log.info|log.info>(request.bytesRead().toString())
    
    
    
    				} catch (e: Exception) {
    					log.error(e.message ?: "", e)
    				}
    				ctx.response().end("completed")
    			}
    		}
    		<http://router.post|router.post>("/leupload").handler(LulaUploadHandler())
    a
    • 2
    • 2
  • s

    Stefano Longhi

    10/18/2020, 7:37 PM
    Hi guys do you know how enable the Vertx sync? I read the documentation and the application should start with Quasar as java agent… ? other ideas / direction that I could follow?
  • j

    jojo.lichtenberger

    10/21/2020, 10:57 PM
    I'm trying to update Vert.x 3.8.5 code to 4.0 beta 3... isn't Kotlins String extension still supporting toLong(), toInt() ...?
    d
    • 2
    • 1
  • j

    jojo.lichtenberger

    10/21/2020, 10:57 PM
    Copy code
    val lastTopLevelNodeKey = ctx.queryParam("lastTopLevelNodeKey").getOrNull(0)?.toLong()
  • m

    manlan

    01/19/2021, 5:38 PM
    I wish the Vertx team uses Slack than Gitter/Discord 😐 Slack's lot more intuitive and following up on threads is way easier here.
  • a

    asad.awadia

    01/19/2021, 5:52 PM
    Yeah gitter ui sucks
    ➕ 1
  • d

    David Silva

    01/19/2021, 6:14 PM
    Indeed. Just wondering, does anyone know why? They've been using Gitter since I can remember though
    😞 1
  • a

    asad.awadia

    01/19/2021, 8:05 PM
    https://groups.google.com/g/vertx/c/fx-_32fxgYo/m/7iV3jeeaCwAJ
  • a

    asad.awadia

    01/19/2021, 8:05 PM
    I think its easier when you have the whole world posting on it compared to a small team
  • d

    David Silva

    01/20/2021, 10:10 AM
    Not sure if some of their points are still valid, but I get the GitHub integration. Oh well, we're here though 😛
    m
    • 2
    • 1
  • a

    asad.awadia

    01/21/2021, 3:15 PM
    @David Silva are you using vertx in prod?
    d
    g
    • 3
    • 8
  • a

    asad.awadia

    09/13/2021, 11:37 AM
    https://discord.gg/wwWEZQep
  • j

    jojopad

    05/19/2022, 3:40 PM
    That 70 billion events per day capacity was made possible by Kotlin with Vert.x 🙂

    https://www.youtube.com/watch?v=kKPBWIKrSOU▾

    👌 2
    🎉 2
  • j

    jojopad

    06/10/2022, 8:38 AM
    I'm looking for some examples of writing unit tests for vertx coroutines. The documentation from https://vertx.io/docs/vertx-lang-kotlin-coroutines/kotlin/ doesn't have any sample unit tests. Even the sample project from https://github.com/vert-x3/vertx-examples/tree/4.x/kotlin-examples doesn't have a unit test.
  • a

    asad.awadia

    06/10/2022, 3:27 PM
    This channel doesnt get used all that much
  • a

    asad.awadia

    06/10/2022, 3:27 PM
    Also get used to it - vertx and kotlin is a niche stack you have to pave your own way
  • a

    asad.awadia

    06/10/2022, 3:27 PM
    Nonetheless, https://blog.selim.co/2021/05/04/vertx-tests-async-kotlin.html
  • a

    asad.awadia

    06/10/2022, 3:27 PM
    https://github.com/wowselim/async-testing
  • a

    asad.awadia

    06/10/2022, 3:28 PM
    Join the vertx discord
  • a

    asad.awadia

    08/22/2022, 3:01 PM
    I have been using vertx for many years and think it is one of the greatest libraries for networked applications. I created a course that is live on udemy to help devs get into backend development with vert.x or anyone trying to level up in general. The course uses kotlin as its primary language too I hope many of you here would find it useful and interesting. It contains 5.5 hours of video content talking about concepts and code both https://www.udemy.com/course/backend-development-with-vertx/?referralCode=063C2D57CCB957C5088C
    👌 10
  • g

    Geovanny Mendoza

    05/16/2023, 8:02 PM

    https://www.youtube.com/watch?v=Dsfvw5aSDGc&amp;list=PLmix_4_TKSxTPLtQgxtg3k-sMJRfxk9Rk▾

    👍 1