Akka HTTP & JSON: Integrating Spray, Circe and Jackson with Akka HTTP, with Scala | Rock the JVM

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 17

  • @TheGumball3k
    @TheGumball3k 4 роки тому +7

    Thank you for everything, I just started picking up scala and these videos are very useful. This channel is quickly becoming a go to for anything scala, I love the pace, not too fast to get lost and not too slow to get bored. Much love from romania! ;)

    • @rockthejvm
      @rockthejvm  4 роки тому

      Really glad to hear it! We'll keep on releasing new videos and articles every week!

  • @SamuelWainaina0
    @SamuelWainaina0 4 роки тому +3

    This is my favourite channel at the moment!!

    • @rockthejvm
      @rockthejvm  4 роки тому

      Happy to hear it - there's more where that came from!

  • @SalimOfShadow
    @SalimOfShadow 4 місяці тому +1

    Really well explained! Loved this!

  • @tuxjumale4197
    @tuxjumale4197 3 роки тому +2

    Great channel, great content, thank you! Regarding curl vs httpie - I like the Intellij HTTP Client - IMO it's very convenient that you can describe requests in the IDE with all autocompletions, and send them in one click

    • @rockthejvm
      @rockthejvm  3 роки тому

      hm, let me check that out, thanks!

  • @christianvalverde1247
    @christianvalverde1247 4 роки тому +2

    please more content on akka-http actors and akka-streams ......

  •  4 роки тому +1

    Thank you very helpful!

  • @sergeibatiuk3468
    @sergeibatiuk3468 4 роки тому +1

    Great content! I am really surpised by the design of Spray though. Why can't it create the "protocol" automatically? Even worse, why do you need to specify the number of parameters in the bean? What a poor design!

    • @rockthejvm
      @rockthejvm  4 роки тому

      Protocol creation is a bit tricky - Circe does it with macros and it should support much more than case classes.

    • @sergeibatiuk3468
      @sergeibatiuk3468 4 роки тому

      @@rockthejvm But this could have been implemented the Jackson way - via reflection

  • @zgngor
    @zgngor 3 роки тому

    spray is revolting.

  • @zeinebamri4327
    @zeinebamri4327 Рік тому

    I was trying to follow the video and test it out myself but I'm getting this error message back:
    Symbol 'type akka.stream.scaladsl.Flow' is missing from the classpath.
    This symbol is required by 'method akka.http.scaladsl.server.RouteResult.routeToFlow'.
    Make sure that type Flow is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
    A full rebuild may help if 'RouteResult.class' was compiled against an incompatible version of akka.stream.scaladsl.
    I have no clue why this is happening or how I can resolve it 😢