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

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 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!

  • @SalimOfShadow
    @SalimOfShadow 3 месяца назад +1

    Really well explained! Loved this!

  • @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!

  • @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 ......

  •  3 года назад +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 😢