Ahmet Yortanlı created KAFKA-12448:
--------------------------------------

             Summary: STATE_DIR_CONFIG path cannot be found in windows due to 
usage of setPosixFilePermissions
                 Key: KAFKA-12448
                 URL: https://issues.apache.org/jira/browse/KAFKA-12448
             Project: Kafka
          Issue Type: Bug
          Components: streams
    Affects Versions: 2.6.1
         Environment: Windows 10, Intellij, Spring-Kafka.2.6.6
            Reporter: Ahmet Yortanlı


STATE_DIR_CONFIG path cannot be found in windows due to usage of 
setPosixFilePermissions.

I am trying to develop a small application by using the Spring-Kafka library. 
My application cannot be started on windows because in 
org.apache.kafka.streams.processor.internals.StateDirectory class file 
permission operations are performed by assuming underlying os supports 
PosixFileSystem.  WindowsFileSystemProvider returns null when 
getFileAttributeView method is called.

It is not a big problem however, it blocks working in windows machines.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to