You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "samirbajaj (via GitHub)" <gi...@apache.org> on 2023/05/11 20:39:38 UTC

[GitHub] [incubator-pekko] samirbajaj commented on issue #318: Error materializing flow

samirbajaj commented on issue #318:
URL: https://github.com/apache/incubator-pekko/issues/318#issuecomment-1544647096

   This is very interesting ... I'm building an assembly, and one of the `reference.conf` files being pulled in is the following:
   
   ```
   ########################################
   # akka-http-core Reference Config File #
   ########################################
   
   # This is the reference config file that contains all the default settings.
   # Make your edits/overrides in your application.conf.
   
   # Akka HTTP version, checked against the runtime version of Akka HTTP.
   # Loaded from generated conf file.
   include "pekko-http-version"
   
   akka.http {
   
     server {
       # The default value of the `Server` header to produce if no
       # explicit `Server`-header was included in a response.
       # If this value is the empty string and no header was included in
       # the request, no `Server` header will be rendered at all.
       server-header = pekko-http/${pekko.http.version}
   
       # "PREVIEW" features that are not yet fully production ready.
       # These flags can change or be removed between patch releases.
       preview {
         # If this setting is enabled AND the akka-http2-support is found
         # on the classpath, `Http().newServerAt(...).bind` and `bindSync`
         # will be enabled to use HTTP/2.
         #
         # `Http().newServerAt(...).bindFlow` and `connectionSource()` are not supported.
         enable-http2 = off
       }
   
   ...
   ```
   Notice that the block begins with `akka.http` but references `pekko` all over the place. Is that how it is supposed to be?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org