Michael Edgar
Michael Edgar
If this hasn't been assigned I will look into it.
Should this change establish a separate thread pool for Strimzi processing or is it acceptable to leverage the platform's default `ForkJoinPool`, as is done by `CompletableFuture` out of the box?
Hi @uraajan , what you're looking for is a composite element. The `composite` can be referenced from a `segmentType` just like an `element`. ```xml ```
@uraajan Yes, you are right. Composites do require separators. I think what you're describing is simply a formatted element. You should use a simple element (CTN25) and then split the...
@uraajan I see your problem, but there isn't any way to describe something like that with the EDI schema. It's a common attribute to most schemas of other types as...
@uraajan at your convenience please let me know if the solution is okay and whether this can be closed for now. Thank you!
Hi @sharukhshaik126 , what is the character encoding of the data you are reading? You can use one of the overloads of [`EDIInputFactory#createEDIStreamReader`](https://javadoc.io/static/io.xlate/staedi/1.24.1/io.xlate.staedi/io/xlate/edi/stream/EDIInputFactory.html#createEDIStreamReader(java.io.InputStream,java.lang.String)) to provide the correct encoding for your...
@sharukhshaik126 you'll need to provide the name of the character encoding when you create the `EDIStreamReader`. Something like this (I am only guessing on the encoding in this example): ```java...
FYI that the default is `UTF-8` if nothing is given.
@sharukhshaik126 any luck?